CertificateStatus Enumeration
Specifies the status of a digital certificate.
Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in Microsoft.Office.InfoPath.dll)
Syntax
'Declaration
Public Enumeration CertificateStatus
'Usage
Dim instance As CertificateStatus
public enum CertificateStatus
Members
Member name | Description | |
---|---|---|
Error | The status of the digital certificate cannot be determined. | |
Valid | The digital certificate is valid. | |
Expired | The digital certificate has expired. | |
NotTrusted | The digital certificate is not trusted. | |
Revoked | 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.