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

속성 값

WindowsIdentity

현재 사용자의 ID입니다.

예외

적용 대상