UpperInvariantLookupNormalizer Class

Definition

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

C#
public class UpperInvariantLookupNormalizer : Microsoft.AspNetCore.Identity.ILookupNormalizer
C#
public sealed class UpperInvariantLookupNormalizer : Microsoft.AspNetCore.Identity.ILookupNormalizer
Inheritance
UpperInvariantLookupNormalizer
Implements

Constructors

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

Product Versions
ASP.NET Core 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0