Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    NoopLookupNormalizer()

    Declaration
    public NoopLookupNormalizer()

    Methods

    View Source

    NormalizeEmail(string?)

    Returns the specified email address without performing any normalization.

    Declaration
    public string? NormalizeEmail(string? email)
    Parameters
    Type Name Description
    string email

    The email address to return.

    Returns
    Type Description
    string

    The original, unmodified email address.

    View Source

    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.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX