1 write to s_ecdsap384
System.Core (1)
System\Security\Cryptography\CngAlgorithm.cs (1)
192
s_ecdsap384
= new CngAlgorithm(BCryptNative.AlgorithmName.ECDsaP384);
2 references to s_ecdsap384
System.Core (2)
System\Security\Cryptography\CngAlgorithm.cs (2)
191
if (
s_ecdsap384
== null) {
195
return
s_ecdsap384
;