• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Class IdentityMapDefinition

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Security
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class IdentityMapDefinition : IMapDefinition

    Constructors

    View Source

    IdentityMapDefinition(ILocalizedTextService, IEntityService, IOptions<GlobalSettings>, AppCaches)

    Declaration
    public IdentityMapDefinition(ILocalizedTextService textService, IEntityService entityService, IOptions<GlobalSettings> globalSettings, AppCaches appCaches)
    Parameters
    Type Name Description
    ILocalizedTextService textService
    IEntityService entityService
    IOptions<GlobalSettings> globalSettings
    AppCaches appCaches
    View Source

    IdentityMapDefinition(ILocalizedTextService, IEntityService, IOptions<GlobalSettings>, AppCaches, ITwoFactorLoginService)

    Declaration
    public IdentityMapDefinition(ILocalizedTextService textService, IEntityService entityService, IOptions<GlobalSettings> globalSettings, AppCaches appCaches, ITwoFactorLoginService twoFactorLoginService)
    Parameters
    Type Name Description
    ILocalizedTextService textService
    IEntityService entityService
    IOptions<GlobalSettings> globalSettings
    AppCaches appCaches
    ITwoFactorLoginService twoFactorLoginService

    Methods

    View Source

    DefineMaps(IUmbracoMapper)

    Declaration
    public void DefineMaps(IUmbracoMapper mapper)
    Parameters
    Type Name Description
    IUmbracoMapper mapper
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • IdentityMapDefinition(ILocalizedTextService, IEntityService, IOptions<GlobalSettings>, AppCaches)
      • IdentityMapDefinition(ILocalizedTextService, IEntityService, IOptions<GlobalSettings>, AppCaches, ITwoFactorLoginService)
    • Methods
      • DefineMaps(IUmbracoMapper)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX