1 write to s_sha384
System.Core (1)
System\Security\Cryptography\CngAlgorithm.cs (1)
252
s_sha384
= new CngAlgorithm(BCryptNative.AlgorithmName.Sha384);
2 references to s_sha384
System.Core (2)
System\Security\Cryptography\CngAlgorithm.cs (2)
251
if (
s_sha384
== null) {
255
return
s_sha384
;