1 write to s_ecdhp256
System.Core (1)
System\Security\Cryptography\CngAlgorithm.cs (1)
132
s_ecdhp256
= new CngAlgorithm(BCryptNative.AlgorithmName.ECDHP256);
2 references to s_ecdhp256
System.Core (2)
System\Security\Cryptography\CngAlgorithm.cs (2)
131
if (
s_ecdhp256
== null) {
135
return
s_ecdhp256
;