3 references to GetHashAndReset
System.Security.Cryptography (2)
System\Security\Cryptography\Shake128.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)
73
internal override byte[] GetHashAndReset() => _shake128.
GetHashAndReset
(OutputSizeBytes);