FPCCertificate Object

The FPCCertificate object represents a certificate stored on the Forefront TMG 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 Forefront TMG object hierarchy.

Methods

The FPCCertificate object does not define any methods.

Properties

The FPCCertificate object defines the following properties.

Property Description

CertificateStore

Gets a value from the FpcCertificateStore enumerated type that specifies the store in which the certificate resides.

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.

IsNotValidYet

Gets a Boolean value that indicates whether the certificate is not yet valid.

IsPrivateKeyValid

Gets a Boolean value that indicates whether the private key of the certificate is valid.

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.

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.

Interfaces for C++ Programming

This object implements the IFPCCertificate and IFPCCertificates interfaces.

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
IDL

Declared in Msfpccom.idl.

See Also

COM Objects


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.