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
    System.Object
    Namespace: Umbraco.Cms.Core.Security
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class NoopLookupNormalizer : ILookupNormalizer

    Methods

    View Source

    NormalizeEmail(String)

    Declaration
    public string NormalizeEmail(string email)
    Parameters
    Type Name Description
    System.String email
    Returns
    Type Description
    System.String
    View Source

    NormalizeName(String)

    Declaration
    public string NormalizeName(string name)
    Parameters
    Type Name Description
    System.String name
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • NormalizeEmail(String)
      • NormalizeName(String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX