1 write to _algorithmCache
System.Core (1)
System\Security\Cryptography\BCryptHashAlgorithm.cs (1)
80
_algorithmCache
= new BCryptAlgorithmHandleCache();
2 references to _algorithmCache
System.Core (2)
System\Security\Cryptography\BCryptHashAlgorithm.cs (2)
78
if (
_algorithmCache
== null)
83
m_algorithmHandle =
_algorithmCache
.GetCachedAlgorithmHandle(algorithm.Algorithm, implementation);