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

適用対象