Microsoft Internet Security and Acceleration Server 2004 SDK

FPCCertificates Collection

The FPCCertificates collection holds a set of FPCCertificate objects that represent all of the certificates stored on an ISA Server computer. FPCCertificates collections can be accessed through the SSLClientCertificates, SSLServerCertificates, and TrustedRootCertificates properties of an FPCServer object.

Click here to see the ISA Server object hierarchy.

Methods

The FPCCertificates collection defines the following methods.

Method Description
Item Retrieves the requested FPCCertificate object from the collection.
Refresh Refreshes the FPCCertificates collection to include certificates that may have been added to the ISA Server computer.

Properties

The FPCCertificates collection has the following properties.

Property Description
_NewEnum Gets an enumerator object for the collection.
Count Gets the number of FPCCertificate objects in the collection.

Remarks

This collection implements the IFPCCertificates interface.

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

COM Objects