WindowsSecurityToken.WindowsIdentity 属性

定义

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

public:
 virtual property System::Security::Principal::WindowsIdentity ^ WindowsIdentity { System::Security::Principal::WindowsIdentity ^ get(); };
public virtual System.Security.Principal.WindowsIdentity WindowsIdentity { get; }
member this.WindowsIdentity : System.Security.Principal.WindowsIdentity
Public Overridable ReadOnly Property WindowsIdentity As WindowsIdentity

属性值

一个表示 Windows 用户的 WindowsIdentity

适用于