SecurityMethodAttributeAccount Property |
用户信息,可以自行编写取得当前用户信息的方法
Namespace: X3Platform.SecurityAssembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxprotected abstract IAccountInfo Account { get; }
protected:
virtual property IAccountInfo^ Account {
IAccountInfo^ get () abstract;
}
Property Value
Type:
IAccountInfo
See Also