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