5 references to CopyWithPrivateKey
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Certificates\CertificateConfigLoader.cs (1)
215return certificate.CopyWithPrivateKey(slhDsa);
Microsoft.Bcl.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509CertificateKeyAccessors.cs (1)
392return certificate.CopyWithPrivateKey(privateKey);
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\CertificateRequest.cs (1)
707return certificate.CopyWithPrivateKey(slhDsa);
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (2)
1410certificate.CopyWithPrivateKey), 1509certificate.CopyWithPrivateKey),