Microsoft Internet Security and Acceleration Server 2000

FPCSecurityDescriptor.DiscretionaryAcl Property

Gets or sets the values of a discretionary access control list (DACL) that specifies types of access allowed to the object for specified users and groups.

VBScript Syntax[VBScript]

FPCSecurityDescriptor.DiscretionaryAcl [ = collFPCAccessControlList ]

C++ Syntax[C++]

HRESULT get_DiscretionaryAcl(
  IFPCAccessControlList **pcollFPCAccessControlList
);
 
HRESULT put_DiscretionaryAcl(
  IFPCAccessControlList *pcollFPCAccessControlList
);

Parameters

collFPCAccessControlList
Reference to an FPCAccessControlList collection that specifies types of access allowed to the object for specified users and groups.

The property is read-write.

Applies To

FPCSecurityDescriptor