2 references to CopyWithPrivateKey
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Certificates\CertificateConfigLoader.cs (1)
245
return certificate.
CopyWithPrivateKey
(compositeMLDsa);
Microsoft.Bcl.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509CertificateKeyAccessors.cs (1)
511
return certificate.
CopyWithPrivateKey
(privateKey);