4 references to net_ssl_encryptionpolicy_notsupported
System.Net.Security (4)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (4)
173
SR.Format(SR.
net_ssl_encryptionpolicy_notsupported
, sslAuthenticationOptions.EncryptionPolicy));
183
SR.Format(SR.
net_ssl_encryptionpolicy_notsupported
, sslAuthenticationOptions.EncryptionPolicy));
239
throw new SslException(SR.Format(SR.
net_ssl_encryptionpolicy_notsupported
, sslAuthenticationOptions.EncryptionPolicy));
255
throw new PlatformNotSupportedException(SR.Format(SR.
net_ssl_encryptionpolicy_notsupported
, sslAuthenticationOptions.EncryptionPolicy));