1 write to s_dsa
System.Core (1)
System\Security\Cryptography\CngAlgorithmGroup.cs (1)
116
s_dsa
= new CngAlgorithmGroup("DSA"); // NCRYPT_DSA_ALGORITHM_GROUP
2 references to s_dsa
System.Core (2)
System\Security\Cryptography\CngAlgorithmGroup.cs (2)
115
if (
s_dsa
== null) {
119
return
s_dsa
;