security descriptor

The <security descriptor> objects are structures and associated data that contain the security information for a securable object. A security descriptor identifies the object's owner and primary group. It can also contain a DACL that controls access to the object, and a SACL that controls the logging of attempts to access the object.

Version Platforms
8.0.584.0 Windows

Creation

security descriptor <string> : security descriptor
security descriptor of <file> : security descriptor
security descriptor of <folder> : security descriptor
security descriptor of <network share> : security descriptor
security descriptor of <registry key> : security descriptor
security descriptor of <scheduled task> : security descriptor
security descriptor of <service> : security descriptor
security descriptor of <task folder> : security descriptor
security descriptor of <task registration info> : security descriptor

Properties

control of <security descriptor> : integer
null dacl of <security descriptor> : boolean
null sacl of <security descriptor> : boolean

Casts

<security descriptor> as string : string