SslStatus 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.
Enumerates SSL connection status.
public enum SslStatus
type SslStatus =
- Inheritance
-
SslStatus
Fields
Name | Value | Description |
---|---|---|
SSLUnrecognizedName | -9865 | An unrecognized name was encountered. |
SSLUnknownPskIdentity | -9864 | An unknown shared key (PSK) or remote password (SRP) identity was encountered. |
SSLCertificateRequired | -9863 | An SSL certificate is required. |
SSLBadCertificateStatusResponse | -9862 | The OCSP response was bad. |
SSLMissingExtension | -9861 | A required extension was missing. |
SSLInappropriateFallback | -9860 | The current SSL request is at a lower version than that of a prior attempt, of which the client is capable. |
SSLDecodeError | -9859 | Certificate decoding failed. |
SSLHandshakeFail | -9858 | The SSL handshake could not negotiate a secure connection. |
SSLDecompressFail | -9857 | Decompression failed. |
SSLUnexpectedMessage | -9856 | An unexpected message was received. |
SSLUnsupportedExtension | -9855 | The SSL extension is not supported. |
SSLConfigurationFailed | -9854 | SSL configuration failed. |
SSLNetworkTimeout | -9853 | The SSL network timed out. |
SSLTransportReset | -9852 | The socket reset. |
SSLClientHelloReceived | -9851 | A client hello was received. |
SSLWeakPeerEphemeralDHKey | -9850 | The Diffie-Hellman ephemeral key was weak. |
UnexpectedRecord | -9849 | An unexpected record was encountered. |
BadConfiguration | -9848 | Configuration error. |
RecordOverflow | -9847 | A record overflow was encountered. |
BadRecordMac | -9846 | Bad Method Authentication Code. |
DecryptionFail | -9845 | Decrytion failed. |
ConnectionRefused | -9844 | The peer dropped the connection prior to responding. |
HostNameMismatch | -9843 | The host name connected to is not in the certificate. |
PeerClientCertRequested | -9842 | The server has requested a client certificate. |
PeerAuthCompleted | -9841 | Server certificate was valid or, if verification disabled, was ignored. |
PeerNoRenegotiation | -9840 | Renegotiation is not allowed. |
PeerUserCancelled | -9839 | The used cancelled the operation. |
PeerInternalError | -9838 | There was an internal error at the peer. |
PeerInsufficientSecurity | -9837 | There is insufficient security for the requested operation. |
PeerProtocolVersion | -9836 | Bad protocol version. |
PeerExportRestriction | -9835 | An export restriction occurred. |
PeerDecryptError | -9834 | Decryption error. |
PeerDecodeError | -9833 | Decoding error. |
PeerAccessDenied | -9832 | Access was denied. |
PeerUnknownCA | -9831 | An unknown certificate authority was encountered. |
IllegalParam | -9830 | A bad parameter was detected. |
PeerCertUnknown | -9829 | A certificate is unknown. |
PeerCertExpired | -9828 | A certificate has expired. |
PeerCertRevoked | -9827 | A certificate was revoked. |
PeerUnsupportedCert | -9826 | An unsupported certificate was encountered. |
PeerBadCert | -9825 | A bad certificate was encountered. |
PeerHandshakeFail | -9824 | The handshake with the peer failed. |
PeerDecompressFail | -9823 | Decompression failure. |
PeerRecordOverflow | -9822 | A record overflow was encountered. |
PeerDecryptionFail | -9821 | Decryption failed. |
PeerBadRecordMac | -9820 | Bad Message Authentication Code encountered. |
PeerUnexpectedMsg | -9819 | An unexpected message was received. |
BadCipherSuite | -9818 | Bad SSL cipher suite. |
BufferOverflow | -9817 | The supplied buffer was too small. |
ClosedNotNotified | -9816 | The server closed the session without notification. |
CertNotYetValid | -9815 | The SSL certificate chain has a certificate that is not yet valid. |
CertExpired | -9814 | The SSL certificate chain has expired. |
NoRootCert | -9813 | The certificate chain does not have a root certificate. |
UnknownRootCert | -9812 | The root certificate is unknown. |
ModuleAttach | -9811 | Module attach error. |
Internal | -9810 | Internal error. |
Crypto | -9809 | Undefined SSL cryptographic error. |
BadCert | -9808 | Bad certificate format. |
XCertChainInvalid | -9807 | The verification of the common name field in the peer's certificate failed. |
ClosedAbort | -9806 | The connection was closed due to an error. |
ClosedGraceful | -9805 | The connection was closed gracefully. |
SessionNotFound | -9804 | The session could not be found. |
WouldBlock | -9803 | The SSLHandshake method must be called again. |
FatalAlert | -9802 | Fatal alert. |
Negotiation | -9801 | Cipher suite negotation failed. |
Protocol | -9800 | A general SSL protocol error. |
Success | 0 | The connection succeeded. |