AzureADB2CDefaults Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This is obsolete and will be removed in a future version. Use Microsoft.Identity.Web instead. See https://aka.ms/ms-identity-web.
Constants for different Azure Active Directory B2C authentication components.
public ref class AzureADB2CDefaults abstract sealedpublic static class AzureADB2CDefaults[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 AzureADB2CDefaultstype AzureADB2CDefaults = 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 AzureADB2CDefaults = classPublic Class AzureADB2CDefaults- Inheritance
- 
				AzureADB2CDefaults
- Attributes
Fields
| AuthenticationScheme | The default scheme for Azure Active Directory B2C. | 
| BearerAuthenticationScheme | The default scheme for Azure Active Directory B2C Bearer. | 
| CookieScheme | The scheme name for cookies when using AddAzureADB2C(AuthenticationBuilder, Action<AzureADB2COptions>). | 
| DisplayName | The display name for Azure Active Directory B2C. | 
| JwtBearerAuthenticationScheme | The scheme name for JWT Bearer when using AddAzureADB2CBearer(AuthenticationBuilder, Action<AzureADB2COptions>). | 
| OpenIdScheme | The scheme name for Open ID Connect when using AddAzureADB2C(AuthenticationBuilder, Action<AzureADB2COptions>). | 
| PolicyKey | The key for the policy used in AuthenticationProperties. |