3 overrides of GetHashAndReset
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\CmsHash.cs (3)
43
internal override byte[]
GetHashAndReset
() => _shake256.GetHashAndReset(OutputSizeBytes);
73
internal override byte[]
GetHashAndReset
() => _shake128.GetHashAndReset(OutputSizeBytes);
101
internal override byte[]
GetHashAndReset
() => _incrementalHash.GetHashAndReset();
6 references to GetHashAndReset
System.Security.Cryptography.Pkcs (6)
System\Security\Cryptography\Pkcs\CmsSigner.cs (3)
285
dataHash = hasher.
GetHashAndReset
();
301
byte[] dataHash = hasher.
GetHashAndReset
();
310
return hasher.
GetHashAndReset
();
System\Security\Cryptography\Pkcs\SignerInfo.cs (3)
698
contentHash = hasher.
GetHashAndReset
();
737
attrHash = hasher.
GetHashAndReset
();
794
contentHash = hasher.
GetHashAndReset
();