1 write to s_ecdsa
System.Core (1)
System\Security\Cryptography\CngAlgorithm.cs (1)
168
s_ecdsa
= new CngAlgorithm(BCryptNative.AlgorithmName.ECDsa);
2 references to s_ecdsa
System.Core (2)
System\Security\Cryptography\CngAlgorithm.cs (2)
167
if (
s_ecdsa
== null) {
171
return
s_ecdsa
;