Click or drag to resize

Utils_ACL Class

Utility class to process Access Control Lists in windows systems.
Inheritance Hierarchy
SystemObject
  MicaSystems.UtilsUtils_ACL

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static class Utils_ACL

The Utils_ACL type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCanonicalizeDacl
Ensures access rules are canonical on the security object. Access control entries are ordered to meet this requirement. Necessary to avoid 'non-canonical acl' bug during installation : "This access control list is not in canonical form and therefore cannot be modified". 'https://stackoverflow.com/questions/8126827/how-do-you-programmatically-fix-a-non-canonical-acl'
Top
See Also