Home
last modified time | relevance | path

Searched refs:net_ssl_io_no_server_cert (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/System/Net/Security/Unix/
H A DSafeFreeSslCredentials.cs80 throw new NotSupportedException(SR.net_ssl_io_no_server_cert); in SafeFreeSslCredentials()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/src/System/Net/Security/
H A DSecureChannel.cs650 throw new NotSupportedException(SR.net_ssl_io_no_server_cert); in AcquireServerCredentials()
660 throw new NotSupportedException(SR.net_ssl_io_no_server_cert); in AcquireServerCredentials()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A D_SecureChannel.cs858 throw new NotSupportedException(SR.GetString(SR.net_ssl_io_no_server_cert)); in AcquireServerCredentials()
866 throw new NotSupportedException(SR.GetString(SR.net_ssl_io_no_server_cert)); in AcquireServerCredentials()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSR.cs582 …public const string net_ssl_io_no_server_cert = "The server mode SSL must use a certificate with t… field in SR