1 instantiation of BCryptAlgorithmHandleCache
System.Core (1)
System\Security\Cryptography\BCryptHashAlgorithm.cs (1)
80
_algorithmCache = new
BCryptAlgorithmHandleCache
();
1 reference to BCryptAlgorithmHandleCache
System.Core (1)
System\Security\Cryptography\BCryptHashAlgorithm.cs (1)
59
private static
BCryptAlgorithmHandleCache
_algorithmCache;