Class NoopLookupNormalizer
No-op lookup normalizer to maintain compatibility with ASP.NET Identity 2
Inheritance
object
Namespace: Umbraco.Cms.Core.Security
Assembly: Umbraco.Infrastructure.dll
Syntax
public class NoopLookupNormalizer
Methods
View SourceNormalizeEmail(string?)
Returns a normalized representation of the specified email.
Declaration
public string? NormalizeEmail(string? email)
Parameters
| Type | Name | Description |
|---|---|---|
| string | The email to normalize. |
Returns
| Type | Description |
|---|---|
| string | A normalized representation of the specified |
NormalizeName(string?)
Returns a normalized representation of the specified name.
Declaration
public string? NormalizeName(string? name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The key to normalize. |
Returns
| Type | Description |
|---|---|
| string | A normalized representation of the specified |