Show / Hide Table of Contents

Class ExtendedClaimsIdentityOptions

Options used to configure the claim types for well known claims.

Inheritance
Object
Microsoft.AspNetCore.Identity.ClaimsIdentityOptions
ExtendedClaimsIdentityOptions
Inherited Members
Microsoft.AspNetCore.Identity.ClaimsIdentityOptions.RoleClaimType
Microsoft.AspNetCore.Identity.ClaimsIdentityOptions.UserNameClaimType
ClaimsIdentityOptions.UserIdClaimType
ClaimsIdentityOptions.SecurityStampClaimType
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 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.

Back to top Generated by DocFX