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