8 references to net_ssl_io_no_server_cert
System.Net.Security (8)
System\Net\Security\SslAuthenticationOptions.cs (2)
95throw new NotSupportedException(SR.net_ssl_io_no_server_cert); 159throw new AuthenticationException(SR.net_ssl_io_no_server_cert);
System\Net\Security\SslStream.Protocol.cs (4)
659throw new AuthenticationException(SR.net_ssl_io_no_server_cert); 675throw new NotSupportedException(SR.net_ssl_io_no_server_cert); 694throw new NotSupportedException(SR.net_ssl_io_no_server_cert); 704throw new NotSupportedException(SR.net_ssl_io_no_server_cert);
System\Net\Security\SslStreamCertificateContext.cs (1)
44throw new NotSupportedException(SR.net_ssl_io_no_server_cert);
System\Net\Security\SslStreamCertificateContext.Linux.cs (1)
109throw new NotSupportedException(SR.net_ssl_io_no_server_cert);