TestimoX

API Reference

Class

SECURITY_INFORMATION

Namespace ComputerX.Acl.AclNative

SECURITY_INFORMATION flags used with Windows security APIs (owner/group/DACL/SACL, protected/unprotected).

Inheritance

  • Object
  • SECURITY_INFORMATION

Fields

OWNER_SECURITY_INFORMATION #

Includes the owner SID in the security descriptor.

GROUP_SECURITY_INFORMATION #

Includes the primary group SID in the security descriptor.

DACL_SECURITY_INFORMATION #

Includes the DACL (discretionary access control list).

SACL_SECURITY_INFORMATION #

Includes the SACL (system access control list).

UNPROTECTED_DACL_SECURITY_INFORMATION #

The DACL is not protected from inheritance (SE_DACL_UNPROTECTED).

PROTECTED_DACL_SECURITY_INFORMATION #

The DACL is protected from inheritance (SE_DACL_PROTECTED).