1 write to s_ecdsap256
System.Core (1)
System\Security\Cryptography\CngAlgorithm.cs (1)
180s_ecdsap256 = new CngAlgorithm(BCryptNative.AlgorithmName.ECDsaP256);
2 references to s_ecdsap256
System.Core (2)
System\Security\Cryptography\CngAlgorithm.cs (2)
179if (s_ecdsap256 == null) { 183return s_ecdsap256;