1 write to _hashProvider
System.Security.Cryptography (1)
System\Security\Cryptography\MD5.cs (1)
205
_hashProvider
= HashProviderDispenser.CreateHashProvider(HashAlgorithmNames.MD5);
7 references to _hashProvider
System.Security.Cryptography (7)
System\Security\Cryptography\MD5.cs (7)
206
HashSizeValue =
_hashProvider
.HashSizeInBytes * 8;
210
_hashProvider
.AppendHashData(array, ibStart, cbSize);
213
_hashProvider
.AppendHashData(source);
216
_hashProvider
.FinalizeHashAndReset();
219
_hashProvider
.TryFinalizeHashAndReset(destination, out bytesWritten);
221
public sealed override void Initialize() =>
_hashProvider
.Reset();
225
_hashProvider
.Dispose(disposing);