Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The XdCertificateStatus enumeration is used to determine the status of a digital certificate.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)
Syntax
'Declaration
<GuidAttribute("31BB2F32-759A-350D-A723-6D2154AC9ABC")> _
Public Enumeration XdCertificateStatus
'Usage
Dim instance As XdCertificateStatus
[GuidAttribute("31BB2F32-759A-350D-A723-6D2154AC9ABC")]
public enum XdCertificateStatus
Members
| Member name | Description | |
|---|---|---|
| xdCertificateStatusError | The status of the specified digital certificate cannot be determined. | |
| xdCertificateStatusValid | The specified digital certificate is valid. | |
| xdCertificateStatusExpired | The specified digital certificate has expired. | |
| xdCertificateStatusNotTrusted | The specified digital certificate is not trusted. | |
| xdCertificateStatusRevoked | The specified digital certificate has been revoked. |
Remarks
These enumerated values are returned by the Status property.