3 references to FindCertificateWithPrivateKey
System.Net.Security (3)
System\Net\Security\SslAuthenticationOptions.cs (1)
158
certificateWithKey = SslStream.
FindCertificateWithPrivateKey
(this, true, sslServerAuthenticationOptions.ServerCertificate);
System\Net\Security\SslStream.Protocol.cs (2)
519
if ((selectedCert =
FindCertificateWithPrivateKey
(this, _sslAuthenticationOptions.IsServer, clientCertificate)) != null)
731
selectedCert =
FindCertificateWithPrivateKey
(this, _sslAuthenticationOptions.IsServer, localCertificate);