HttpRequestBase.LogonUserIdentity Eigenschaft

Definition

Ruft beim Überschreiben in einer abgeleiteten Klasse den WindowsIdentity-Typ für den aktuellen Benutzer ab.

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

Eigenschaftswert

Die Identität für den aktuellen Benutzer.

Ausnahmen

Gilt für: