London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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