HttpApplication.User Eigenschap

Definitie

Hiermee haalt u het intrinsieke gebruikersobject voor de huidige aanvraag op.

public:
 property System::Security::Principal::IPrincipal ^ User { System::Security::Principal::IPrincipal ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Security.Principal.IPrincipal User { get; }
[<System.ComponentModel.Browsable(false)>]
member this.User : System.Security.Principal.IPrincipal
Public ReadOnly Property User As IPrincipal

Waarde van eigenschap

Het IPrincipal object dat de huidige geverifieerde of anonieme gebruiker vertegenwoordigt.

Kenmerken

Uitzonderingen

Het IPrincipal object is null.

Van toepassing op