Microsoft Internet Security and Acceleration Server 2000

FPCVendorParametersSets.Add Method

Creates a new FPCVendorParametersSet object, inserts it into the collection, and returns a reference to it.

VBScript Syntax[VBScript]

[ oFPCVendorParametersSet = ] FPCVendorParametersSets.Add( sGuid, bEncrypted )

C++ Syntax[C++]

HRESULT Add(
  BSTR sGuid, 
  VARIANT_BOOL bEncrypted, 
  IFPCVendorParametersSet **ppoFPCVendorParametersSet
);

Parameters

sGuid
Required. String that specifies the GUID of the new object.
bEncrypted
Optional. A Boolean expression. If TRUE, the data will be saved in an encrypted form, and only calls under the local system account will be able to read the data. If FALSE, the data will not be saved in encrypted form.

Note  A user that has permission to access storage, but not to read the encrypted data, will retrieve an empty FPCVendorParametersSet object. Then, when that user makes changes to the object and saves it to storage, the original FPCVendorParametersSet will be overwritten, and only the data added by that user will be saved.

Return Values

oFPCVendorParametersSet
Returns a reference to the FPCVendorParametersSet object.

Remarks

The GUID must be in the following format:

"{482acfde-0a4a-479b-b856-3206a1fe2a6c}"

Applies To

FPCVendorParametersSets