WebUser.InternalPrincipal Vlastnost

Definice

Získá nebo nastaví objekt objektu principal představujícího aktuálního uživatele.

protected:
 virtual property System::Security::Principal::IPrincipal ^ InternalPrincipal { System::Security::Principal::IPrincipal ^ get(); void set(System::Security::Principal::IPrincipal ^ value); };
protected override System.Security.Principal.IPrincipal InternalPrincipal { get; set; }
member this.InternalPrincipal : System.Security.Principal.IPrincipal with get, set
Protected Overrides Property InternalPrincipal As IPrincipal

Hodnota vlastnosti

Objekt IPrincipal představující aktuálního uživatele.

Poznámky

V objektu WebUser tato vlastnost zabalí User vlastnost HttpContext.Current vlastnosti.

Podrobnější informace najdete ve CurrentPrincipal vlastnosti .

Platí pro

Viz také