Share via


HttpRequestBase.LogonUserIdentity プロパティ

定義

派生クラスでオーバーライドされた場合、現在のユーザーの WindowsIdentity 型を取得します。

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

プロパティ値

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

例外

適用対象