1 write to s_ecdsa
System.Core (1)
System\Security\Cryptography\CngAlgorithmGroup.cs (1)
142s_ecdsa = new CngAlgorithmGroup("ECDSA"); // NCRYPT_ECDSA_ALGORITHM_GROUP
2 references to s_ecdsa
System.Core (2)
System\Security\Cryptography\CngAlgorithmGroup.cs (2)
141if (s_ecdsa == null) { 145return s_ecdsa;