18 references to CreateSslException
System.Net.Security (18)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (13)
212
throw
CreateSslException
(SR.net_allocate_ssl_context_failed);
286
throw
CreateSslException
(SR.net_ssl_use_cert_failed);
325
throw
CreateSslException
(SR.net_ssl_use_cert_failed);
331
throw
CreateSslException
(SR.net_ssl_use_private_key_failed);
338
throw
CreateSslException
(SR.net_ssl_use_cert_failed);
395
throw
CreateSslException
(SR.net_allocate_ssl_context_failed);
411
throw
CreateSslException
(SR.net_alpn_config_failed);
701
throw
CreateSslException
(SR.net_ssl_get_channel_binding_token_failed);
851
throw
CreateSslException
(SR.net_ssl_read_bio_failed_error);
861
throw
CreateSslException
(SR.net_ssl_write_bio_failed_error);
903
throw
CreateSslException
(SR.net_ssl_use_cert_failed);
910
throw
CreateSslException
(SR.net_ssl_use_private_key_failed);
918
throw
CreateSslException
(SR.net_ssl_check_private_key_failed);
System\Net\Security\CipherSuitesPolicyPal.Linux.cs (2)
34
throw OpenSsl.
CreateSslException
(SR.net_allocate_ssl_context_failed);
41
throw OpenSsl.
CreateSslException
(SR.net_allocate_ssl_context_failed);
System\Net\Security\SslConnectionInfo.Linux.cs (1)
42
throw Interop.OpenSsl.
CreateSslException
(SR.net_ssl_get_connection_info_failed);
System\Net\Security\SslStreamPal.Unix.cs (2)
126
throw Interop.OpenSsl.
CreateSslException
(SR.net_ssl_invalid_certificate);
226
token.Status = new SecurityStatusPal(SecurityStatusPalErrorCode.InternalError, Interop.OpenSsl.
CreateSslException
(SR.net_alpn_failed));