Specifies certificate acceptance values.
| Member Name | Description |
|---|---|
| Accept | A certificate is to be accepted. |
| CommonNameMismatch | The certificate common name does not match the server's name. |
| Bad | A certificate is corrupt, contains signatures that do not verify correctly, etc. |
| Unsupported | A certificate is of an unsupported type. |
| Revoked | A certificate was revoked by its signer. |
| Expired | A certificate has expired or is not currently valid. |
| UnknownAuthority | A CA certificate could not be found or untrusted CA. |
| Other | Some other issue arose in processing the certificate, rendering it unacceptable. |
Namespace: Rebex.Net
Assembly: Rebex.Net.SecureSocket (in Rebex.Net.SecureSocket.dll)