AzureADB2CAuthenticationBuilderExtensions 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 B2C Azure Active Directory à votre application.

public ref class AzureADB2CAuthenticationBuilderExtensions abstract sealed
public static class AzureADB2CAuthenticationBuilderExtensions
[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 AzureADB2CAuthenticationBuilderExtensions
type AzureADB2CAuthenticationBuilderExtensions = 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 AzureADB2CAuthenticationBuilderExtensions = class
Public Module AzureADB2CAuthenticationBuilderExtensions
Héritage
AzureADB2CAuthenticationBuilderExtensions
Attributs

Méthodes

AddAzureADB2C(AuthenticationBuilder, Action<AzureADB2COptions>)
Obsolète.

Ajoute l’authentification B2C Azure Active Directory à votre application.

AddAzureADB2C(AuthenticationBuilder, String, String, String, String, Action<AzureADB2COptions>)
Obsolète.

Ajoute l’authentification B2C Azure Active Directory à votre application.

AddAzureADB2CBearer(AuthenticationBuilder, Action<AzureADB2COptions>)
Obsolète.

Ajoute l’authentification du porteur JWT à votre application pour les applications Azure AD B2C.

AddAzureADB2CBearer(AuthenticationBuilder, String, String, Action<AzureADB2COptions>)
Obsolète.

Ajoute l’authentification du porteur JWT à votre application pour les applications Azure AD B2C.

S’applique à