AzureADAuthenticationBuilderExtensions Classe
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.
Attention
This is obsolete and will be removed in a future version. Use Microsoft.Identity.Web instead. See https://aka.ms/ms-identity-web.
Méthodes d’extension pour ajouter l’authentification Azure Active Directory à votre application.
public ref class AzureADAuthenticationBuilderExtensions abstract sealed
public static class AzureADAuthenticationBuilderExtensions
[System.Obsolete("This is obsolete and will be removed in a future version. Use Microsoft.Identity.Web instead. See https://aka.ms/ms-identity-web.")]
public static class AzureADAuthenticationBuilderExtensions
type AzureADAuthenticationBuilderExtensions = class
[<System.Obsolete("This is obsolete and will be removed in a future version. Use Microsoft.Identity.Web instead. See https://aka.ms/ms-identity-web.")>]
type AzureADAuthenticationBuilderExtensions = class
Public Module AzureADAuthenticationBuilderExtensions
- Héritage
-
AzureADAuthenticationBuilderExtensions
- Attributs
Méthodes
AddAzureAD(AuthenticationBuilder, Action<AzureADOptions>) |
Obsolète.
Ajoute l’authentification Azure Active Directory à votre application. |
AddAzureAD(AuthenticationBuilder, String, String, String, String, Action<AzureADOptions>) |
Obsolète.
Ajoute l’authentification Azure Active Directory à votre application. |
AddAzureADBearer(AuthenticationBuilder, Action<AzureADOptions>) |
Obsolète.
Ajoute l’authentification du porteur JWT à votre application pour les applications Azure Active Directory. |
AddAzureADBearer(AuthenticationBuilder, String, String, Action<AzureADOptions>) |
Obsolète.
Ajoute l’authentification du porteur JWT à votre application pour les applications Azure Active Directory. |