AuthenticationPrincipalIdentity Property |
返回一个现实IIdentity接口的 IAccountInfo对象
Namespace: X3Platform.Security.AuthenticationAssembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic IIdentity Identity { get; }
public:
virtual property IIdentity^ Identity {
IIdentity^ get () sealed;
}
Property Value
Type:
IIdentityImplements
IPrincipalIdentity
See Also