AzureADOptions.CookieSchemeName 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.
Obtient ou définit le schéma d’authentification par cookie à utiliser pour la connexion avec cette instance d’authentification Azure Active Directory.
public:
property System::String ^ CookieSchemeName { System::String ^ get(); void set(System::String ^ value); };
public string CookieSchemeName { get; set; }
member this.CookieSchemeName : string with get, set
Public Property CookieSchemeName As String