CertificateStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the status of a digital certificate.
public enum class CertificateStatus
public enum CertificateStatus
type CertificateStatus =
Public Enum CertificateStatus
- Inheritance
-
CertificateStatus
Fields
Name | Value | Description |
---|---|---|
Error | 0 | The status of the digital certificate cannot be determined. |
Valid | 1 | The digital certificate is valid. |
Expired | 2 | The digital certificate has expired. |
NotTrusted | 3 | The digital certificate is not trusted. |
Revoked | 4 | The digital certificate has been revoked. |
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.