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

適用於