Try our conversational search powered by Generative AI!

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

Namespace: EPiServer.Security
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
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.

Extension Methods