FPCCertificates Collection
Internet Security and Acceleration Server 2004/2006 SDK
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, TrustedRootCertificates, IntermediateCertificates (introduced in ISA Server 2006), and SSLAllServerCertificates (introduced in ISA Server 2006) 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. |
| Status | Gets a bitmask of the FpcCollectionStatus enumerated type that specifies the status of the certificates collection (introduced in ISA Server 2006). |
Interfaces for C++ Programming
This collection implements the IFPCCertificates and IFPCCertificates2 interfaces.
Requirements
| Client | Requires Windows XP. |
|---|---|
| Server | Requires Windows Server 2003. Requires Windows Server 2003 or Windows 2000 for ISA Server 2004 Standard Edition. |
| Version | Requires Internet Security and Acceleration (ISA) Server 2006 or ISA Server 2004. |
| IDL | Declared in Msfpccom.idl. |