Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberRoleManager

    Inheritance
    System.Object
    Microsoft.AspNetCore.Identity.RoleManager<UmbracoIdentityRole>
    Namespace: Umbraco.Cms.Web.Common.Security
    Assembly: Umbraco.Web.Common.dll
    Syntax
    public class MemberRoleManager : RoleManager<UmbracoIdentityRole>, IDisposable, IMemberRoleManager

    Constructors

    View Source

    MemberRoleManager(IRoleStore<UmbracoIdentityRole>, IEnumerable<IRoleValidator<UmbracoIdentityRole>>, IdentityErrorDescriber, ILogger<MemberRoleManager>)

    Declaration
    public MemberRoleManager(IRoleStore<UmbracoIdentityRole> store, IEnumerable<IRoleValidator<UmbracoIdentityRole>> roleValidators, IdentityErrorDescriber errors, ILogger<MemberRoleManager> logger)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Identity.IRoleStore<UmbracoIdentityRole> store
    IEnumerable<Microsoft.AspNetCore.Identity.IRoleValidator<UmbracoIdentityRole>> roleValidators
    Microsoft.AspNetCore.Identity.IdentityErrorDescriber errors
    Microsoft.Extensions.Logging.ILogger<MemberRoleManager> logger

    Explicit Interface Implementations

    View Source

    IMemberRoleManager.Roles

    Declaration
    IEnumerable<UmbracoIdentityRole> IMemberRoleManager.Roles { get; }
    Returns
    Type Description
    IEnumerable<UmbracoIdentityRole>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • MemberRoleManager(IRoleStore<UmbracoIdentityRole>, IEnumerable<IRoleValidator<UmbracoIdentityRole>>, IdentityErrorDescriber, ILogger<MemberRoleManager>)
    • Explicit Interface Implementations
      • IMemberRoleManager.Roles
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX