FPCCertificate
Internet Security and Acceleration Server 2004/2006 SDK
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 an element of an FPCCertificates collection and is created by its Refresh method.
Click here to see the ISA Server object hierarchy.
Methods
The FPCCertificate object does not define any methods.
Properties
The FPCCertificate object has the following properties.
| Property | Description |
|---|---|
| CertificateStore | Gets a value from the FpcCertificateStore enumerated type that specifies the store in which the certificate resides. (This property is introduced in ISA Server 2006.) |
| 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. |
| IsExpired | Gets a Boolean value that indicates whether the certificate expired. (This property is introduced in ISA Server 2006.) |
| IsNotValidYet | Gets a Boolean value that indicates whether the certificate is not yet valid. (This property is introduced in ISA Server 2006.) |
| IsPrivateKeyValid | Gets a Boolean value that indicates whether the private key of the certificate is valid. (This property is introduced in ISA Server 2006.) |
| IssuedBy | Gets the name of the entity that issued the certificate. |
| IssuedTo | Gets the name of the entity to which the certificate was issued. |
| PrivateKeyFailure | Gets a value from the FpcPrivateKeyFailure enumerated type that identifies the problem in the certificate's private key. (This property is introduced in ISA Server 2006.) |
| Subject | Gets the distinguished name in the issuer field of the certificate. |
| ValidFromDate | Gets a Date value that specifies the date and time in Coordinated Universal Time (UTC) when the certificate became valid. (This property is introduced in ISA Server 2006.) |
Interfaces for C++ Programming
This object implements the IFPCCertificate and IFPCCertificates 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. |