API Reference
Class
AclDescriptorBase
Describes ownership and DACL/SACL metadata for a secured object.
Inheritance
- Object
- AclDescriptorBase
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public AclKind Kind { get; set; } #Kind of resource this descriptor applies to.
public String OwnerName { get; set; } #Owner resolved name (if available).
public String GroupSid { get; set; } #Primary group SID (if available).
public String GroupName { get; set; } #Primary group name (if available).
public String Sddl { get; set; } #Descriptor SDDL for the DACL (if available).
public String SaclSddl { get; set; } #SACL SDDL (if caller has SeSecurityPrivilege).