PrincipalContext<TOptions>.Principal Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft die ab, die ClaimsPrincipal die Benutzeransprüche enthält.
public:
virtual property System::Security::Claims::ClaimsPrincipal ^ Principal { System::Security::Claims::ClaimsPrincipal ^ get(); void set(System::Security::Claims::ClaimsPrincipal ^ value); };
public virtual System.Security.Claims.ClaimsPrincipal? Principal { get; set; }
public virtual System.Security.Claims.ClaimsPrincipal Principal { get; set; }
member this.Principal : System.Security.Claims.ClaimsPrincipal with get, set
Public Overridable Property Principal As ClaimsPrincipal