Microsoft Internet Security and Acceleration Server 2000 |
Gets or sets a flag that indicates whether the system access control list (SACL) is derived from a default mechanism rather than from the original provider of the security descriptor explicitly. This flag can affect how the system treats the SACL, with respect to ACE inheritance. The system ignores this flag if the SE_SACL_PRESENT flag is not set.
FPCSecurityDescriptor.SaclDefaulted [ = bSaclDefaulted ]
HRESULT get_SaclDefaulted( VARIANT_BOOL *pbSaclDefaulted ); HRESULT put_SaclDefaulted( VARIANT_BOOL bSaclDefaulted );
The property is read-write.