CookieSigningInContext.Principal Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Contient les revendications sur le point d'être converties en cookie sortant. Peut être remplacé ou modifié pendant l’appel SigningIn.
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; }
member this.Principal : System.Security.Claims.ClaimsPrincipal with get, set
Public Property Principal As ClaimsPrincipal