CSecurityDesc::IsDaclAutoInherited

 

Determines if the discretionary access-control list (DACL) is configured to support automatic propagation.

Syntax

bool IsDaclAutoInherited( ) const throw( );

Return Value

Returns true if the security descriptor contains a DACL which is set up to support automatic propagation of inheritable access-control entries (ACEs) to existing child objects. Returns false otherwise.

Remarks

The system sets this bit when it performs the automatic inheritance algorithm for the object and its existing child objects.

Requirements

Header: atlsecurity.h

See Also

CSecurityDesc Class
SECURITY_DESCRIPTOR_CONTROL
CSecurityDesc::IsDaclDefaulted
CSecurityDesc::IsDaclPresent
CSecurityDesc::IsDaclProtected