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