Microsoft Internet Security and Acceleration Server 2000

FPCEnterprise.SetSecurityDescriptor Method

Sets the values of the FPCSecurityDescriptor object or Microsoft® Win32® security descriptor that represents security settings.

VBScript Syntax[VBScript]

FPCEnterprise.SetSecurityDescriptor( lSecurityInfo, vSecurityDescriptor )

C++ Syntax[C++]

HRESULT SetSecurityDescriptor (
  LONG lSecurityInfo,
  VARIANT vSecurityDescriptor 
);

Parameters

lSecurityInfo
Long value specifying 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.

Remarks

This method uses related Windows functionality. For more information, see SetSecurityInfo in MSDN.

Applies to

FPCEnterprise