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?)

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

    NormalizeName(string?)

    Declaration
    public string? NormalizeName(string? name)
    Parameters
    Type Name Description
    string name
    Returns
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX