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