Microsoft Internet Security and Acceleration Server 2000

FPCSecurityDescriptor.DaclDefaulted Property

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.

VBScript Syntax[VBScript]

FPCSecurityDescriptor.DaclDefaulted [ = bDaclDefaulted ] 

C++ Syntax[C++]

HRESULT get_DaclDefaulted(
  VARIANT_BOOL *bDaclDefaulted
);
 
HRESULT put_DaclDefaulted(
  VARIANT_BOOL bDaclDefaulted
);

Parameters

bDaclDefaulted
A Boolean value that indicates whether the DACL is derived from a default mechanism.

The property is read-write.

Applies To

FPCSecurityDescriptor