TestimoX

API Reference

Class

AclInfo

Namespace ADPlayground.Acl
Assembly ADPlayground
Modifiers sealed

Represents access control list details for an object.

Inheritance

  • Object
  • AclInfo

Constructors

public AclInfo(AclOwnerInfo owner) #

Initializes a new instance of the AclInfo class.

Parameters

owner ADPlayground.Acl.AclOwnerInfo requiredposition: 0
Information about the ACL owner.

Properties

public AclOwnerInfo Owner { get; set; } #

Gets the owner information.

public List<AclEntryInfo> Entries { get; } #

Gets the collection of ACL entries.