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

属性值

向 IIS 提供有关当前用户的标识信息的对象。

例外

未实现该属性。

适用于