WebUser.InternalPrincipal Property

Definition

Gets or sets the principal object representing the current user.

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

Property Value

An IPrincipal object representing the current user.

Remarks

In the WebUser object, this property wraps the User property of the HttpContext.Current property.

For more detailed information, see the CurrentPrincipal property.

Applies to

See also