1 instantiation of CipherSuitesPolicyPal
System.Net.Security (1)
System\Net\Security\CipherSuitesPolicy.cs (1)
23Pal = new CipherSuitesPolicyPal(allowedCipherSuites);
8 references to CipherSuitesPolicyPal
System.Net.Security (8)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (7)
111CipherSuitesPolicyPal.WantsTls13(protocols)) 116else if (CipherSuitesPolicyPal.WantsTls13(protocols) && 117CipherSuitesPolicyPal.ShouldOptOutOfTls13(sslAuthenticationOptions.CipherSuitesPolicy, sslAuthenticationOptions.EncryptionPolicy)) 136if (CipherSuitesPolicyPal.ShouldOptOutOfLowerThanTls13(sslAuthenticationOptions.CipherSuitesPolicy)) 138if (!CipherSuitesPolicyPal.WantsTls13(protocols)) 224ReadOnlySpan<byte> cipherList = CipherSuitesPolicyPal.GetOpenSslCipherList(sslAuthenticationOptions.CipherSuitesPolicy, protocols, sslAuthenticationOptions.EncryptionPolicy); 227byte[]? cipherSuites = CipherSuitesPolicyPal.GetOpenSslCipherSuites(sslAuthenticationOptions.CipherSuitesPolicy, protocols, sslAuthenticationOptions.EncryptionPolicy);
System\Net\Security\CipherSuitesPolicy.cs (1)
16internal CipherSuitesPolicyPal Pal { get; }