2 writes to _safeHashHandle
mscorlib (2)
system\security\cryptography\md5cryptoserviceprovider.cs (2)
35
_safeHashHandle
= Utils.CreateHash(Utils.StaticProvHandle, Constants.CALG_MD5);
56
_safeHashHandle
= Utils.CreateHash(Utils.StaticProvHandle, Constants.CALG_MD5);
8 references to _safeHashHandle
mscorlib (8)
system\security\cryptography\md5cryptoserviceprovider.cs (8)
41
if (
_safeHashHandle
!= null && !
_safeHashHandle
.IsClosed)
42
_safeHashHandle
.Dispose();
52
if (
_safeHashHandle
!= null && !
_safeHashHandle
.IsClosed)
53
_safeHashHandle
.Dispose();
62
Utils.HashData(
_safeHashHandle
, rgb, ibStart, cbSize);
67
return Utils.EndHash(
_safeHashHandle
);