Microsoft Internet Security and Acceleration Server 2000

FPCEnterprisePolicy.SetSecurityDescriptor Method

Sets the values of the FPCSecurityDescriptor object or Win32 security descriptor that represents security settings of this policy.

VBScript Syntax[VBScript]

FPCEnterprisePolicy.SetSecurityDescriptor( lSecurityInfo, vSecurityDescriptor )

C++ Syntax[C++]

HRESULT SetSecurityDescriptor( 
  LONG lSecurityInfo,
  VARIANT vSecurityDescriptor 
);

Parameters

lSecurityInfo
Long value that specifies security information.
vSecurityDescriptor
Variant that can be either a reference to an FPCSecurityDescriptor object, or a pointer to a Win32 security descriptor in self-relative format. For more information on Win32 security descriptors, see MSDN.

Applies To

FPCEnterprisePolicy