Class UpperInvariantAndPhoneLookupNormalizer
Implements Microsoft.AspNetCore.Identity.ILookupNormalizer by converting keys to their upper cased invariant culture representation.
Inherited Members
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 sealed class UpperInvariantAndPhoneLookupNormalizer : ILookupNormalizer
Constructors
UpperInvariantAndPhoneLookupNormalizer(IOptions<ExtendedIdentityOptions>)
Initalize a new instance of UpperInvariantAndPhoneLookupNormalizer class.
Declaration
public UpperInvariantAndPhoneLookupNormalizer(IOptions<ExtendedIdentityOptions> optionsAccessor)
Parameters
Microsoft.Extensions.Options.IOptions<ExtendedIdentityOptions>
optionsAccessor
The accessor used to access the ExtendedIdentityOptions. |