KerberosReceiverSecurityToken.WindowsIdentity プロパティ

定義

このセキュリティ トークンに関連付けられた Windows ユーザーを取得します。

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

プロパティ値

Windows ユーザーを表す WindowsIdentity

適用対象