1 override of GetCurrentHash
System.Security.Cryptography (1)
System\Security\Cryptography\HashProviderCng.cs (1)
98
public override int
GetCurrentHash
(Span<byte> destination)
2 references to GetCurrentHash
System.Security.Cryptography (2)
System\Security\Cryptography\HMACCommon.cs (1)
135
_hMacProvider.
GetCurrentHash
(destination);
System\Security\Cryptography\IncrementalHash.cs (1)
269
_hash.
GetCurrentHash
(destination) :