AuthenticationPrincipal Constructor |
初始化 若成员通过授权则创建.
Namespace: X3Platform.Security.AuthenticationAssembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic AuthenticationPrincipal(
IAccountInfo account
)
public:
AuthenticationPrincipal(
IAccountInfo^ account
)
Parameters
- account
- Type: X3Platform.MembershipIAccountInfo
成员信息
See Also