CertificateValidationResult Enumeration |
Namespace: Avaya.ClientServices
public enum CertificateValidationResult
| Member name | Value | Description | |
|---|---|---|---|
| Untrusted | 0 | One or more certificates in the certificate chain are untrusted. This is a generic error. | |
| Trusted | 1 | The certificate or certificate chain is trusted. Client application can continue establishing the secure connection. | |
| Revoked | 2 | One or more certificates in the certificate chain are revoked. | |
| Expired | 3 | One or more certificates in the certificate chain are expired. | |
| NotYetValid | 4 | One or more certificates in the certificate chain are intended to use in future. | |
| UntrustedRoot | 5 | The certificate chain has a root certificate that cannot be trusted. | |
| RevocationStatusUnknown | 6 | One or more certificate's revocation status cannot be determined due to network connection, timeout etc. | |
| InvalidExtension | 7 | One or more certificates in the certificate chain has invalid certificate extension. | |
| ServerIdentityInvalid | 8 | Certificate or certificate chain cannot be trusted because an expected hostname does not match with the identity of the host to which client is connecting. | |
| ServiceDomainIdentityInvalid | 9 | Certificate or certificate chain cannot be trusted because an expected service domain does not match with the service domain of the host to which client is connecting. | |
| InternalError | 10 | Certificate validation is failed due to system API error. | |
| NotValidForUsage | 11 | Certificate or certificate's in the chain are not being used for its intended purpose. | |
| CertificateParsingFailure | 12 | Certificate or certificate's in the chain are invalid or corrupted and cannot be processed. | |
| CertificateEncodingError | 13 | Certificate or certificate's in the chain have unsupported or bad encoding. | |
| CertificateInvalidSignature | 14 | Certificate or certificate's in the chain have signature mismatch. | |
| CertificateRequestCanceled | 15 | Request certificate validation operation was canceled prematurely. | |
| PrivateTrustStoreError | 16 | Certificate validation has failed because the private trust store hasn't been created but security policy enforces the use of the private trust store only. | |
| KeyLengthTooSmall | 17 | Key length is too small to be acceptable for current security policy. | |
| InvalidAsymmetricEncryptionAlgorithm | 18 | Asymmetric encryption algorithm is unsupported or it is disabled in security policy. | |
| InvalidDigestAlgorithm | 19 | Digest algorithm is unsupported or it is disabled in security policy. |
© 2017 Avaya LLC. All Rights Reserved.