ObjectAce
Controls access to Directory Services objects. This class represents an Access Control Entry (ACE) associated with a directory object.
Gets or sets the GUID of the object type that can inherit the Access Control Entry (ACE) that this ObjectAce object represents.
Gets or sets flags that specify whether the ObjectAceType and InheritedObjectAceType properties contain values that identify valid object types.
Gets or sets the GUID of the object type associated with this ObjectAce object.
public ObjectAce(AceFlags aceFlags, AceQualifier qualifier, int accessMask, SecurityIdentifier sid, ObjectAceFlags flags, Guid type, Guid inheritedType, bool isCallback, byte[] opaque)
Initiates a new instance of the ObjectAce class.
Returns the maximum allowed length, in bytes, of an opaque data BLOB for callback Access Control Entries (ACEs).