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)
118
return
_userCertificateSelectionCallback
(this, targetHost, localCertificates, remoteCertificate, acceptableIssuers);