3 overrides of TryGetHashAndReset
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\CmsHash.cs (3)
45
internal override bool
TryGetHashAndReset
(Span<byte> destination, out int bytesWritten)
75
internal override bool
TryGetHashAndReset
(Span<byte> destination, out int bytesWritten)
104
internal 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)
692
if (hasher.
TryGetHashAndReset
(contentHash, out int bytesWritten))
731
if (hasher.
TryGetHashAndReset
(attrHash, out int bytesWritten))
788
if (hasher.
TryGetHashAndReset
(contentHash, out int bytesWritten))