Method | Description | |
---|---|---|
canonicalize ( ) | Forces the ACEs into canonical form. You can check if it is not in canonical form with the isCanonical method. | |
getSddlIdentifier ( ) | ||
isCanonical ( ) : boolean | Check if the ACL is in canonical form. | |
toBinary ( boolean $canonicalize = true ) : string | Get the binary string representation of the ACL. | |
toSddl ( boolean $canonicalize = true ) : string | Get the SDDL string representation of the ACL. |
Method | Description | |
---|---|---|
getAllowedAceType ( ) | ||
orderAcesCanonically ( ) : |
Returns all ACEs in canonical order as expected by AD. |
public canonicalize ( ) |
public isCanonical ( ) : boolean | ||
return | boolean |
protected orderAcesCanonically ( ) : |
||
return |