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