3 references to GetHashAndReset
System.Security.Cryptography (2)
System\Security\Cryptography\Shake256.cs (2)
137
/// <seealso cref="
GetHashAndReset
(int)" />
182
/// The platform does not support multiple reads of the hash. <see cref="
GetHashAndReset
(int)" /> can be used
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\CmsHash.cs (1)
43
internal override byte[] GetHashAndReset() => _shake256.
GetHashAndReset
(OutputSizeBytes);