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)
278
dataHash = hasher.
GetHashAndReset
();
294
byte[] dataHash = hasher.
GetHashAndReset
();
303
return hasher.
GetHashAndReset
();
System\Security\Cryptography\Pkcs\SignerInfo.cs (3)
719
contentHash = hasher.
GetHashAndReset
();
760
attrHash = hasher.
GetHashAndReset
();
817
contentHash = hasher.
GetHashAndReset
();