2 writes to _sendTrustInHandshake
System.Net.Security (2)
System\Net\Security\SslCertificateTrust.cs (2)
38
trust.
_sendTrustInHandshake
= sendTrustInHandshake;
59
trust.
_sendTrustInHandshake
= sendTrustInHandshake;
3 references to _sendTrustInHandshake
System.Net.Security (3)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (1)
456
if (sslAuthenticationOptions.CertificateContext.Trust?.
_sendTrustInHandshake
== true)
System\Net\Security\SslStream.Protocol.cs (2)
747
bool sendTrustedList = _sslAuthenticationOptions.CertificateContext!.Trust?.
_sendTrustInHandshake
?? false;
875
sendTrustList = _sslAuthenticationOptions.CertificateContext?.Trust?.
_sendTrustInHandshake
?? false;