4 writes to HashedMessage
System.Security.Cryptography.Pkcs (4)
System\Security\Cryptography\Pkcs\Asn1\MessageImprint.xml.cs (2)
81
decoded.
HashedMessage
= rebindSpan.Overlaps(tmpSpan, out offset) ? rebind.Slice(offset, tmpSpan.Length) : tmpSpan.ToArray();
85
decoded.
HashedMessage
= sequenceReader.ReadOctetString();
System\Security\Cryptography\Pkcs\Rfc3161TimestampRequest.cs (1)
310
HashedMessage
= hash,
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (1)
348
HashedMessage
= messageHash,
3 references to HashedMessage
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\Asn1\MessageImprint.xml.cs (1)
27
writer.WriteOctetString(
HashedMessage
.Span);
System\Security\Cryptography\Pkcs\Rfc3161TimestampRequest.cs (1)
26
public ReadOnlyMemory<byte> GetMessageHash() => _parsedData.MessageImprint.
HashedMessage
;
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (1)
99
public ReadOnlyMemory<byte> GetMessageHash() => _parsedData.MessageImprint.
HashedMessage
;