1 write to s_ecdh
System.Core (1)
System\Security\Cryptography\CngAlgorithm.cs (1)
120
s_ecdh
= new CngAlgorithm(BCryptNative.AlgorithmName.ECDH);
2 references to s_ecdh
System.Core (2)
System\Security\Cryptography\CngAlgorithm.cs (2)
119
if (
s_ecdh
== null) {
123
return
s_ecdh
;