1 instantiation of Rfc3161TstInfo
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (1)
335var tstInfo = new Rfc3161TstInfo
14 references to Rfc3161TstInfo
System.Security.Cryptography.Pkcs (14)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TstInfo.xml.cs (7)
31Rfc3161TstInfo decoded = default; 110internal static Rfc3161TstInfo Decode(ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet) 115internal static Rfc3161TstInfo Decode(Asn1Tag expectedTag, ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet) 121DecodeCore(ref reader, expectedTag, encoded, out Rfc3161TstInfo decoded); 131internal static void Decode(ref AsnValueReader reader, ReadOnlyMemory<byte> rebind, out Rfc3161TstInfo decoded) 136internal static void Decode(ref AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out Rfc3161TstInfo decoded) 148private static void DecodeCore(ref AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out Rfc3161TstInfo decoded)
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (7)
20private readonly Rfc3161TstInfo _parsedData; 71private Rfc3161TimestampTokenInfo(byte[] copiedBytes, Rfc3161TstInfo tstInfo) 238if (TryDecode(encodedBytes, false, out Rfc3161TstInfo tstInfo, out bytesConsumed, out byte[]? copiedBytes)) 252out Rfc3161TstInfo tstInfo, 275Rfc3161TstInfo parsedInfo = Rfc3161TstInfo.Decode(firstElement, AsnEncodingRules.DER); 335var tstInfo = new Rfc3161TstInfo