次の方法で共有


HttpRequestWrapper.LogonUserIdentity プロパティ

定義

現在のユーザーに対する WindowsIdentity の種類を取得します。

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

プロパティ値

現在のユーザーの識別子。

適用対象