2 references to ECDsaCng
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.PrivateKey.cs (1)
58return new ECDsaCng(cngKey, transferOwnership: true);
System\Security\Cryptography\X509Certificates\X509Pal.Windows.PublicKey.cs (1)
30factory: cngKey => new ECDsaCng(cngKey, transferOwnership: true));