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