CertificateVerificationResults Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides the results of verifying a digital certificate.
public enum class CertificateVerificationResults
public enum CertificateVerificationResults
type CertificateVerificationResults =
Public Enum CertificateVerificationResults
- Inheritance
-
CertificateVerificationResults
Fields
Name | Value | Description |
---|---|---|
certverresError | 0 | The verification resulted in an error. |
certverresVerifying | 1 | The certificate is currently being verified. |
certverresUnverified | 2 | The certification is currently unverified. |
certverresValid | 3 | The certification is valid. |
certverresInvalid | 4 | The certification is invalid. |
certverresExpired | 5 | The certification has expired. |
certverresRevoked | 6 | The certification has been revoked. |
certverresUntrusted | 7 | The certification is from an untrusted source. |