2 writes to MessageImprint
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TstInfo.xml.cs (1)
166System.Security.Cryptography.Pkcs.Asn1.MessageImprint.Decode(ref sequenceReader, rebind, out decoded.MessageImprint);
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (1)
340MessageImprint =
3 references to MessageImprint
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TstInfo.xml.cs (1)
58MessageImprint.Encode(writer);
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (2)
93public Oid HashAlgorithmId => (_hashAlgorithmId ??= new Oid(_parsedData.MessageImprint.HashAlgorithm.Algorithm, null)); 99public ReadOnlyMemory<byte> GetMessageHash() => _parsedData.MessageImprint.HashedMessage;