1 write to s_dh
System.Core (1)
System\Security\Cryptography\CngAlgorithmGroup.cs (1)
104s_dh = new CngAlgorithmGroup("DH"); // NCRYPT_DH_ALGORITHM_GROUP
2 references to s_dh
System.Core (2)
System\Security\Cryptography\CngAlgorithmGroup.cs (2)
103if (s_dh == null) { 107return s_dh;