Partager via


AzureADAuthenticationBuilderExtensions Classe

Définition

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.

S’applique à