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