Inherited from
Applies to Objects
ObjectSecurity
This interface is useful in manipulating individual ACEs in the ACL of the security descriptor. The securable object of Windows must be associated with this COM object using the IObjectSecurity::AttachXXXX method before using these interfaces. This interface is for advanced manipulations of ACEs.
Property/Method |
Description |
Gets or sets Access flags specifying the Access Entry's inheritance |
|
Gets or sets the access permissions for a trustee |
|
Gets or sets the type of ACE |
|
Gets or sets the Security Identifier of a trustee in an ACE |
|
Gets the name of a user or group for whom an ACE exists |
See Also