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