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