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

一个对象,向 IIS 提供当前用户相关的标识信息。

例外

未实现该属性。

适用于