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