7 references to ValueMessageImprint
System.Security.Cryptography.Pkcs (7)
System\Security\Cryptography\Pkcs\Asn1\MessageImprint.xml.cs (5)
121internal static void Decode(ReadOnlySpan<byte> encoded, AsnEncodingRules ruleSet, out ValueMessageImprint decoded) 126internal static void Decode(Asn1Tag expectedTag, ReadOnlySpan<byte> encoded, AsnEncodingRules ruleSet, out ValueMessageImprint decoded) 141internal static void Decode(scoped ref ValueAsnReader reader, out ValueMessageImprint decoded) 146internal static void Decode(scoped ref ValueAsnReader reader, Asn1Tag expectedTag, out ValueMessageImprint decoded) 158private static void DecodeCore(scoped ref ValueAsnReader reader, Asn1Tag expectedTag, out ValueMessageImprint decoded)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TstInfo.xml.cs (2)
242internal System.Security.Cryptography.Pkcs.Asn1.ValueMessageImprint MessageImprint; 414System.Security.Cryptography.Pkcs.Asn1.ValueMessageImprint.Decode(ref sequenceReader, out decoded.MessageImprint);