1 write to s_ecdsap521
System.Core (1)
System\Security\Cryptography\CngAlgorithm.cs (1)
204
s_ecdsap521
= new CngAlgorithm(BCryptNative.AlgorithmName.ECDsaP521);
2 references to s_ecdsap521
System.Core (2)
System\Security\Cryptography\CngAlgorithm.cs (2)
203
if (
s_ecdsap521
== null) {
207
return
s_ecdsap521
;