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