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