1 write to s_sha256
System.Core (1)
System\Security\Cryptography\CngAlgorithm.cs (1)
240
s_sha256
= new CngAlgorithm(BCryptNative.AlgorithmName.Sha256);
2 references to s_sha256
System.Core (2)
System\Security\Cryptography\CngAlgorithm.cs (2)
239
if (
s_sha256
== null) {
243
return
s_sha256
;