2 writes to _safeHashHandle
mscorlib (2)
system\security\cryptography\sha1cryptoserviceprovider.cs (2)
27
_safeHashHandle
= Utils.CreateHash(Utils.StaticProvHandle, Constants.CALG_SHA1);
49
_safeHashHandle
= Utils.CreateHash(Utils.StaticProvHandle, Constants.CALG_SHA1);
8 references to _safeHashHandle
mscorlib (8)
system\security\cryptography\sha1cryptoserviceprovider.cs (8)
33
if (
_safeHashHandle
!= null && !
_safeHashHandle
.IsClosed)
34
_safeHashHandle
.Dispose();
45
if (
_safeHashHandle
!= null && !
_safeHashHandle
.IsClosed)
46
_safeHashHandle
.Dispose();
55
Utils.HashData(
_safeHashHandle
, rgb, ibStart, cbSize);
61
return Utils.EndHash(
_safeHashHandle
);