UpperInvariantLookupNormalizer Class

Definition

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

public ref class UpperInvariantLookupNormalizer : Microsoft::AspNetCore::Identity::ILookupNormalizer
public ref class UpperInvariantLookupNormalizer sealed : Microsoft::AspNetCore::Identity::ILookupNormalizer
public class UpperInvariantLookupNormalizer : Microsoft.AspNetCore.Identity.ILookupNormalizer
public sealed class UpperInvariantLookupNormalizer : Microsoft.AspNetCore.Identity.ILookupNormalizer
type UpperInvariantLookupNormalizer = class
    interface ILookupNormalizer
Public Class UpperInvariantLookupNormalizer
Implements ILookupNormalizer
Public NotInheritable Class UpperInvariantLookupNormalizer
Implements ILookupNormalizer
Inheritance
UpperInvariantLookupNormalizer
Implements

Constructors

UpperInvariantLookupNormalizer()

Methods

Normalize(String)

Returns a normalized representation of the specified key by converting keys to their upper cased invariant culture representation.

NormalizeEmail(String)

Returns a normalized representation of the specified email.

NormalizeName(String)

Returns a normalized representation of the specified name.

Applies to