Expand Minimize
This topic has not yet been rated - Rate this topic

XdCertificateStatus Enumeration (Microsoft.Office.Interop.InfoPath)

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)
public enum XdCertificateStatus
 Member nameDescription
xdCertificateStatusErrorThe status of the specified digital certificate cannot be determined. 
xdCertificateStatusExpiredThe specified digital certificate has expired. 
xdCertificateStatusNotTrustedThe specified digital certificate is not trusted. 
xdCertificateStatusRevokedThe specified digital certificate has been revoked. 
xdCertificateStatusValidThe specified digital certificate is valid. 

These enumerated values are returned by the Status property.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.