IAccessEntry Interface

Inherited from

IDispatch

IUnknown

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

AccessFlags

Gets or sets Access flags specifying the Access Entry's inheritance

AccessPermissions

Gets or sets the access permissions for a trustee

AccessType

Gets or sets the type of ACE

SecurityIdentifier

Gets or sets the Security Identifier of a trustee in an ACE

Trustee

Gets the name of a user or group for whom an ACE exists

 

See Also