Microsoft Internet Security and Acceleration Server 2000 |
Gets or sets a flag to indicate whether the discretionary access control list (DACL) is derived from a default mechanism rather than provided by the original provider of the security descriptor. For example, if an object's creator does not specify a DACL, the object receives the default DACL from the creator's access token. This flag can affect how the system treats the DACL with respect to access control entry (ACE) inheritance. The system ignores this flag if the SE_DACL_PRESENT flag is not set.
FPCSecurityDescriptor.DaclDefaulted [ = bDaclDefaulted ]
HRESULT get_DaclDefaulted( VARIANT_BOOL *bDaclDefaulted ); HRESULT put_DaclDefaulted( VARIANT_BOOL bDaclDefaulted );
The property is read-write.