다음을 통해 공유


AspNetWebSocketContext.LogonUserIdentity 속성

정의

현재 사용자에 대한 보안 토큰을 가져옵니다.

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 정보를 IIS에 제공하는 개체입니다.

예외

속성이 구현되지 않습니다.

적용 대상