CertificateVerificationResults Enumeration

Provides the results of verifying a digital certificate.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Public Enumeration CertificateVerificationResults
'Usage
Dim instance As CertificateVerificationResults
public enum CertificateVerificationResults

Members

Member name Description
certverresError The verification resulted in an error.
certverresVerifying The certificate is currently being verified.
certverresUnverified The certification is currently unverified.
certverresValid The certification is valid.
certverresInvalid The certification is invalid.
certverresExpired The certification has expired.
certverresRevoked The certification has been revoked.
certverresUntrusted The certification is from an untrusted source.

See Also

Reference

Microsoft.Office.Core Namespace