Microsoft Internet Security and Acceleration Server 2004 SDK

IFPCAppliedSSLCertificates::Add[C++]

FPCAppliedSSLCertificates.Add [Visual Basic]

[C++]

The Add method creates a new FPCAppliedSSLCertificate object in the collection and returns a reference to it.

HRESULT Add(
  VARIANT Hash,
  BSTR Server,
  IFPCAppliedSSLCertificate** ppAppliedSSLCertificate
);

Parameters

Hash
[in] Required. Variant that specifies the hash for the certificate.
Server
[in, optional] Required. BSTR that specifies the name of the ISA Server computer where the certificate is stored. The default value is an empty string. This parameter should not be specified in scripts and applications intended for computers running ISA Server 2004, Standard Edition.
ppAppliedSSLCertificate
[out] Address of an interface pointer that on return points to the new IFPCAppliedSSLCertificate interface created.

Return Values

This method can return one of the following:

[Visual Basic]

The Add method creates a new FPCAppliedSSLCertificate object in the collection and returns a reference to it.

Function Add( _
  ByVal Hash As Variant, _
  [ ByVal Server As String ] _
) As FPCAppliedSSLCertificate

Parameters

Hash
[in] Required. Variant that specifies the hash for the certificate.
Server
[in, optional] Required. String that specifies the name of the ISA Server computer where the certificate is stored. The default value is an empty string. This parameter should not be specified in scripts and applications intended for computers running ISA Server 2004, Standard Edition.

Return Values

This method returns a reference to an FPCAppliedSSLCertificate object if successful. Otherwise, an error is raised that can be intercepted by using an error handler.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCAppliedSSLCertificates