UserNameSecurityToken.UserName 属性

定义

获取与安全令牌关联的用户名。

public:
 property System::String ^ UserName { System::String ^ get(); };
public string UserName { get; }
member this.UserName : string
Public ReadOnly Property UserName As String

属性值

与安全令牌关联的用户名。

适用于