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