4 references to net_ssl_encryptionpolicy_notsupported
System.Net.Security (4)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (4)
164
SR.Format(SR.
net_ssl_encryptionpolicy_notsupported
, sslAuthenticationOptions.EncryptionPolicy));
174
SR.Format(SR.
net_ssl_encryptionpolicy_notsupported
, sslAuthenticationOptions.EncryptionPolicy));
230
throw new SslException(SR.Format(SR.
net_ssl_encryptionpolicy_notsupported
, sslAuthenticationOptions.EncryptionPolicy));
246
throw new PlatformNotSupportedException(SR.Format(SR.
net_ssl_encryptionpolicy_notsupported
, sslAuthenticationOptions.EncryptionPolicy));