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 <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
dacl of <security descriptor> : discretionary access control list
group of <security descriptor> : security identifier
null dacl of <security descriptor> : boolean
null sacl of <security descriptor> : boolean
owner of <security descriptor> : security identifier
sacl of <security descriptor> : system access control list
Casts
<security descriptor> as string : string