1 write to s_ecdhp384
System.Core (1)
System\Security\Cryptography\CngAlgorithm.cs (1)
144
s_ecdhp384
= new CngAlgorithm(BCryptNative.AlgorithmName.ECDHP384);
2 references to s_ecdhp384
System.Core (2)
System\Security\Cryptography\CngAlgorithm.cs (2)
143
if (
s_ecdhp384
== null) {
147
return
s_ecdhp384
;