Microsoft Internet Security and Acceleration Server 2004 SDK

IFPCAppliedSSLCertificates::Item[C++]

FPCAppliedSSLCertificates.Item [Visual Basic]

[C++]

The Item method retrieves the requested IFPCAppliedSSLCertificate interface from the collection.

HRESULT Item(
  long lIndex,
  IFPCAppliedSSLCertificate** ppAppliedSSLCertificate
);

Parameters

lIndex
[in] Required. One-based index of the object to retrieve.
ppAppliedSSLCertificate
[out] Address of an interface pointer that on return points to the IFPCAppliedSSLCertificate interface requested.

Return Values

The method can return one of the following:
[Visual Basic]

The Item method retrieves the requested FPCAppliedSSLCertificate object from the collection.

Function Item( _
  ByVal lIndex As Long _
) As FPCAppliedSSLCertificate

Parameters

lIndex
[in] Required. One-based index of the object to retrieve.

Return Values

This method returns a reference to the FPCAppliedSSLCertificate object requested 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