Microsoft Internet Security and Acceleration Server 2000

FPCArray.GetSecurityDescriptor Method

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

VBScript Syntax[VBScript]

[vSecurityDescriptor = ] FPCArray.GetSecurityDescriptor( lSecurityInfo, bBinary, scope )

C++ Syntax[C++]

HRESULT GetSecurityDescriptor ( 
  LONG lSecurityInfo,
  VARIANT_BOOL bBinary,
  FpcSecurityScope scope,
  VARIANT *pvSecurityDescriptor 
);

Parameters

lSecurityInfo
Long value that specifies security information. For more information, see GetSecurityInfo in MSDN.
bBinary
Boolean value that determines whether you get the security descriptor in binary form.
scope
Specifies the level at which the security descriptor applies by using values from the FPCSecurityScope enumerated type.

Return Values

vSecurityDescriptor
Reference to an FPCSecurityDescriptor object. If you specify that the security descriptor is in binary form, this is a reference 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 GetSecurityInfo in MSDN.

Applies to

FPCEnterprise