5 instantiations of ECDsaCng
System.Core (5)
System\Security\Cryptography\X509Certificates\ECDsaCertificateExtensions.cs (5)
34return new ECDsaCng(key); 90return new ECDsaCng(key); 100ECDsaCng ecdsa = new ECDsaCng(); 136return new ECDsaCng(key); 176using (ecdsaCng = new ECDsaCng())
4 references to ECDsaCng
System.Core (4)
System\Security\Cryptography\ECDsa.cs (1)
29return Create(typeof(ECDsaCng).FullName);
System\Security\Cryptography\X509Certificates\ECDsaCertificateExtensions.cs (3)
100ECDsaCng ecdsa = new ECDsaCng(); 161ECDsaCng ecdsaCng = privateKey as ECDsaCng;