1 write to s_sha512
System.Core (1)
System\Security\Cryptography\CngAlgorithm.cs (1)
264s_sha512 = new CngAlgorithm(BCryptNative.AlgorithmName.Sha512);
2 references to s_sha512
System.Core (2)
System\Security\Cryptography\CngAlgorithm.cs (2)
263if (s_sha512 == null) { 267return s_sha512;