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