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