Show / Hide Table of Contents

Class AuthenticationPropertiesKeys

Constants of common item keys used for an Microsoft.AspNetCore.Authentication.AuthenticationProperties

Inheritance
Object
AuthenticationPropertiesKeys
Inherited Members
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: IRM.AspNetCore.Identity
Assembly: IRM.AspNetCore.Identity.dll
Syntax
public static class AuthenticationPropertiesKeys

Fields

AzureAdTenantId

Used to supply a specific tenant id to replace the common endpoint for Microsoft Azure AD.

Declaration
public const string AzureAdTenantId = "AzureAd_tenantID"
Field Value
String

Back to top Generated by DocFX