5 references to CopyWithPrivateKey
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Certificates\CertificateConfigLoader.cs (1)
191
return certificate.
CopyWithPrivateKey
(mlDsa);
Microsoft.Bcl.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509CertificateKeyAccessors.cs (1)
257
return certificate.
CopyWithPrivateKey
(privateKey);
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\CertificateRequest.cs (1)
705
return certificate.
CopyWithPrivateKey
(mldsa);
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (2)
1404
certificate.
CopyWithPrivateKey
),
1503
certificate.
CopyWithPrivateKey
),