1 override of GetCurrentHash
System.Security.Cryptography (1)
System\Security\Cryptography\HashProviderCng.cs (1)
98public 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) :