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