Class MappedRolesOptions
Options for mapped roles,
Inheritance
System.Object
MappedRolesOptions
Namespace: EPiServer.Security
Assembly: EPiServer.Framework.dll
Version: 12.0.3Syntax
[Options(ConfigurationSection = "Cms")]
public class MappedRolesOptions : Object
Constructors
MappedRolesOptions()
Declaration
public MappedRolesOptions()
Properties
Items
key is mapped role name the value is list of roles that be mapped to.
Declaration
public IDictionary<string, MappedRoleOptions> Items { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, MappedRoleOptions> |