3 overrides of TryGetHashAndReset
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\CmsHash.cs (3)
45internal override bool TryGetHashAndReset(Span<byte> destination, out int bytesWritten) 75internal override bool TryGetHashAndReset(Span<byte> destination, out int bytesWritten) 104internal override bool TryGetHashAndReset(Span<byte> destination, out int bytesWritten) =>
3 references to TryGetHashAndReset
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\SignerInfo.cs (3)
692if (hasher.TryGetHashAndReset(contentHash, out int bytesWritten)) 731if (hasher.TryGetHashAndReset(attrHash, out int bytesWritten)) 788if (hasher.TryGetHashAndReset(contentHash, out int bytesWritten))