Edit

Share via


CertificateStatus Enum

Definition

Specifies the status of a digital certificate.

public enum class CertificateStatus
public enum CertificateStatus
type CertificateStatus = 
Public Enum CertificateStatus
Inheritance
CertificateStatus

Fields

Error 0

The status of the digital certificate cannot be determined.

Expired 2

The digital certificate has expired.

NotTrusted 3

The digital certificate is not trusted.

Revoked 4

The digital certificate has been revoked.

Valid 1

The digital certificate is valid.

Remarks

These enumerated values are returned by the Status property of the Certificate class.

This type or member can be accessed only from code running in forms opened in Microsoft InfoPath Filler.

Applies to