Class ExtendedClaimsIdentityOptions
Options used to configure the claim types for well known claims.
Inheritance
Microsoft.AspNetCore.Identity.ClaimsIdentityOptions
ExtendedClaimsIdentityOptions
Inherited Members
Microsoft.AspNetCore.Identity.ClaimsIdentityOptions.RoleClaimType
Microsoft.AspNetCore.Identity.ClaimsIdentityOptions.UserNameClaimType
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: IRM.AspNetCore.Identity
Assembly: IRM.AspNetCore.Identity.dll
Syntax
public class ExtendedClaimsIdentityOptions : ClaimsIdentityOptions
Constructors
ExtendedClaimsIdentityOptions()
Declaration
public ExtendedClaimsIdentityOptions()
Properties
AuthenticationMethodClaimType
Gets or sets the ClaimType used for Authentication Method claim.
Declaration
public string AuthenticationMethodClaimType { get; set; }
Property Value
String
|
Remarks
Defaults to AuthenticationMethod.