UserNameSecurityToken.UserName 属性
定义
获取与安全令牌关联的用户名。Gets the user name that is associated with the security token.
public:
property System::String ^ UserName { System::String ^ get(); };
public string UserName { get; }
member this.UserName : string
Public ReadOnly Property UserName As String
属性值
与安全令牌关联的用户名。The user name that is associated with the security token.