AspNetWebSocketContext.LogonUserIdentity Property

Definition

Gets the security token for the current user.

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

Property Value

An object that provides identity information to IIS about the current user.

Exceptions

The property is not implemented.

Applies to