8 references to CopyWithPrivateKey
InMemory.FunctionalTests (3)
src\Servers\Kestrel\shared\test\CertificateAuthority.cs (3)
233
_cert = tmp.
CopyWithPrivateKey
(rsa);
865
intermedCert = intermedPub.
CopyWithPrivateKey
(intermediateKey);
892
endEntityCert = endEntityCert.
CopyWithPrivateKey
(eeKey);
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Certificates\CertificateConfigLoader.cs (1)
110
return certificate.
CopyWithPrivateKey
(rsa);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (3)
src\Servers\Kestrel\shared\test\CertificateAuthority.cs (3)
233
_cert = tmp.
CopyWithPrivateKey
(rsa);
865
intermedCert = intermedPub.
CopyWithPrivateKey
(intermediateKey);
892
endEntityCert = endEntityCert.
CopyWithPrivateKey
(eeKey);
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\CertificateRequest.cs (1)
598
return certificate.
CopyWithPrivateKey
(rsa);