TlsCertificateAcceptance Enum
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9313)
Specifies certificate acceptance values.
Syntax
public enum TlsCertificateAcceptanceFields
| Name | Description | 
|---|---|
| Accept | A certificate is to be accepted. | 
| Bad | A certificate is corrupt, contains signatures that do not verify correctly, etc. | 
| CommonNameMismatch | The certificate common name does not match the server's name. | 
| Expired | A certificate has expired or is not currently valid. | 
| InvalidKeyUsage | The certificate key usage does not allow the certificate to be used as server certificate. | 
| Other | Some other issue arose in processing the certificate, rendering it unacceptable. | 
| RevocationCheckFailed | Unable to perform revocation check of the server certificate. | 
| Revoked | A certificate was revoked by its signer. | 
| UnknownAuthority | A CA certificate could not be found or untrusted CA. | 
| UnknownServerName | The target host name is unknown, which means that certificate's common name could not be verified. | 
| Unsupported | A certificate is of an unsupported type. | 
| UnsupportedSignatureAlgorithm | The certificate chain contains a certificate with unsupported signature hash algorithm (usually SHA-2). |