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)
713if (hasher.TryGetHashAndReset(contentHash, out int bytesWritten)) 754if (hasher.TryGetHashAndReset(attrHash, out int bytesWritten)) 811if (hasher.TryGetHashAndReset(contentHash, out int bytesWritten))