1 write to s_ecdh
System.Core (1)
System\Security\Cryptography\CngAlgorithmGroup.cs (1)
129s_ecdh = new CngAlgorithmGroup("ECDH"); // NCRYPT_ECDH_ALGORITHM_GROUP
2 references to s_ecdh
System.Core (2)
System\Security\Cryptography\CngAlgorithmGroup.cs (2)
128if (s_ecdh == null) { 132return s_ecdh;