CertificateStatus Enumeration (Microsoft.Office.InfoPath)

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. 
Expired The digital certificate has expired. 
NotTrusted The digital certificate is not trusted. 
Revoked The digital certificate has been revoked. 
Valid 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 Office InfoPath 2007.

See Also

Reference

Microsoft.Office.InfoPath Namespace