FPCSSLCertificates.Item
Method
Retrieves the given FPCSSLCertificate object from the
collection.
[ oFCPSSLCertificate = ] FPCSSLCertificates.Item( lIndex )
C++ Syntax[C++]
HRESULT Item(
long lIndex,
IFPCSSLCertificate **ppoFCPSSLCertificate
);
Parameters
- lIndex
- Required. One-based index of the object to retrieve.
Return Values
- oFPCSSLCertificate
- If successful, returns a reference to an object of type
FPCSSLCertificate, otherwise:
- In C++, returns an error code and a null object.
- In scripting languages and in Visual Basic, an error is raised
and can be intercepted by using an error handler.
Applies To
FPCSSLCertificates