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