1 write to _userCertificateSelectionCallback
System (1)
net\System\Net\SecureProtocols\SslStream.cs (1)
96_userCertificateSelectionCallback = userCertificateSelectionCallback;
1 reference to _userCertificateSelectionCallback
System (1)
net\System\Net\SecureProtocols\SslStream.cs (1)
118return _userCertificateSelectionCallback(this, targetHost, localCertificates, remoteCertificate, acceptableIssuers);