WebUser.InternalPrincipal Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา