AzureADB2COptions.OpenIdConnectSchemeName 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 OpenID Connect à utiliser pour l’authentification avec cette instance d’authentification Azure Active Directory B2C.
public:
property System::String ^ OpenIdConnectSchemeName { System::String ^ get(); void set(System::String ^ value); };
public string OpenIdConnectSchemeName { get; set; }
member this.OpenIdConnectSchemeName : string with get, set
Public Property OpenIdConnectSchemeName As String