Interface IRoleSecurityDescriptor
The interface for a Role Security descriptor, i e something that allows for checking access rights. The roles is used to determain if a principal is a member of some role
Inherited Members
Namespace: EPiServer.Security
Assembly: EPiServer.dll
Version: 11.20.7Syntax
public interface IRoleSecurityDescriptor : ISecurityDescriptor
Properties
RoleIdentities
Gets or sets identities on roles
Declaration
IEnumerable<string> RoleIdentities { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.String> | The identities. |