Microsoft Internet Security and Acceleration Server 2000

FPCEnterprisePolicy.GetSecurityDescriptor Method

Returns an FPCSecurityDescriptor object, or a Win32 security descriptor, that represents the security settings of this policy.

VBScript Syntax[VBScript]

[ vSecurityDescriptor = ] FPCEnterprisePolicy.GetSecurityDescriptor( lSecurityInfo, bBinary ) 

C++ Syntax[C++]

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

Parameters

lSecurityInfo
Long value specifying security information.
bBinary
Boolean value that determines whether you get the security descriptor in binary form.

Return Value

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.

Applies To

FPCEnterprisePolicy