ResultContext<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, oder legt diese fest.
public:
property System::Security::Claims::ClaimsPrincipal ^ Principal { System::Security::Claims::ClaimsPrincipal ^ get(); void set(System::Security::Claims::ClaimsPrincipal ^ value); };
public System.Security.Claims.ClaimsPrincipal Principal { get; set; }
public System.Security.Claims.ClaimsPrincipal? Principal { get; set; }
member this.Principal : System.Security.Claims.ClaimsPrincipal with get, set
Public Property Principal As ClaimsPrincipal