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
Constructors
View SourceNoopLookupNormalizer()
Declaration
public NoopLookupNormalizer()
Methods
View SourceNormalizeEmail(string?)
Returns the specified email address without performing any normalization.
Declaration
public string? NormalizeEmail(string? email)
Parameters
| Type | Name | Description |
|---|---|---|
| string | The email address to return. |
Returns
| Type | Description |
|---|---|
| string | The original, unmodified email address. |
NormalizeName(string?)
Returns the input name without any normalization.
Declaration
public string? NormalizeName(string? name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The name to normalize. |
Returns
| Type | Description |
|---|---|
| string | The original name unchanged. |