Microsoft Internet Security and Acceleration Server 2000

FPCSecurityDescriptor.SaclDefaulted Property

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.

VBScript Syntax[VBScript]

FPCSecurityDescriptor.SaclDefaulted [ = bSaclDefaulted ]

C++ Syntax[C++]

HRESULT get_SaclDefaulted(
  VARIANT_BOOL *pbSaclDefaulted
);
 
HRESULT put_SaclDefaulted(
  VARIANT_BOOL bSaclDefaulted
);

Parameters

bSaclDefaulted
Boolean value that indicates whether the SACL is derived from a default mechanism.

The property is read-write.

Applies To

FPCSecurityDescriptor