Microsoft Internet Security and Acceleration Server 2004 SDK

FPCCertificate

The FPCCertificate object represents a certificate stored on the ISA Server computer. The FPCCertificate object provides read-only access to information about the certificate.

This object is typically an element of an FPCCertificates collection and is created by its Refresh method.

Click here to see the ISA Server object hierarchy.

Methods

This object has no methods.

Properties

The FPCCertificate object has the following properties.

Property Description
ExpirationDate Gets a Date value that specifies the date and time in Coordinated Universal Time (UTC) when the certificate expires.
FriendlyName Gets the friendly name of the certificate.
Hash Gets the hash value of the certificate.
IssuedBy Gets the name of the entity that issued the certificate.
IssuedTo Gets the entity to which the certificate was issued.
Subject Gets the subject of the certificate.

Remarks

This object implements the IFPCCertificate 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