Show / Hide Table of Contents

Class UpperInvariantAndPhoneLookupNormalizer

Implements Microsoft.AspNetCore.Identity.ILookupNormalizer by converting keys to their upper cased invariant culture representation.

Inheritance
Object
UpperInvariantAndPhoneLookupNormalizer
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 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.

Methods

Normalize(String)

Returns a normalized representation of the specified key.

Declaration
public string Normalize(string key)
Parameters
String key

The key to normalize.

Returns
String

A normalized representation of the specified key.

Implements
ILookupNormalizer.Normalize(String)
Back to top Generated by DocFX