1 write to s_ecdsa
System.Core (1)
System\Security\Cryptography\CngAlgorithm.cs (1)
168s_ecdsa = new CngAlgorithm(BCryptNative.AlgorithmName.ECDsa);
2 references to s_ecdsa
System.Core (2)
System\Security\Cryptography\CngAlgorithm.cs (2)
167if (s_ecdsa == null) { 171return s_ecdsa;