1 write to s_md5
System.Core (1)
System\Security\Cryptography\CngAlgorithm.cs (1)
216
s_md5
= new CngAlgorithm(BCryptNative.AlgorithmName.MD5);
2 references to s_md5
System.Core (2)
System\Security\Cryptography\CngAlgorithm.cs (2)
215
if (
s_md5
== null) {
219
return
s_md5
;