CSecurityDesc::IsSaclAutoInherited
Determines if the system access-control list (SACL) is configured to support automatic propagation.
bool IsSaclAutoInherited( ) const throw( );
Return Value
Returns true if the security descriptor contains a SACL 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
Reference
CSecurityDesc::IsSaclDefaulted
CSecurityDesc::IsSaclProtected