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

속성 값

WindowsIdentity

현재 사용자의 ID입니다.

적용 대상