IdentityCookieOptions.ExternalCookie 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.
Options du cookie externe.
public:
property Microsoft::AspNetCore::Builder::CookieAuthenticationOptions ^ ExternalCookie { Microsoft::AspNetCore::Builder::CookieAuthenticationOptions ^ get(); void set(Microsoft::AspNetCore::Builder::CookieAuthenticationOptions ^ value); };
public Microsoft.AspNetCore.Builder.CookieAuthenticationOptions ExternalCookie { get; set; }
member this.ExternalCookie : Microsoft.AspNetCore.Builder.CookieAuthenticationOptions with get, set
Public Property ExternalCookie As CookieAuthenticationOptions