Microsoft Internet Security and Acceleration Server 2000

FPCArray.SetSecurityDescriptor Method

Sets the security descriptor for the array. For more information, see the FPCSecurityDescriptor object.

VBScript Syntax[VBScript]

FPCArray.SetSecurityDescriptor( lSecurityInfo, scope, vSecurityDescriptor )

C++ Syntax[C++]

HRESULT SetSecurityDescriptor ( 
  LONG lSecurityInfo,
  FpcSecurityScope scope,
  VARIANT vSecurityDescriptor 
);

Parameters

lSecurityInfo
Long value that specifies security information.
scope
Specifies whether the security descriptor is for an array, for a signaled alert session, or for sessions . It can have the value fpcSingleArrayScope, fpcAlertsScope, or fpcSessionsScope from the FPCSecurityScope enumerated type.
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 makes use of related Windows functionality. For more information, see SetSecurityInfo in MSDN.

Applies To

FPCArray