1 instantiation of Rfc3161TstInfo
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (1)
329
var tstInfo = new
Rfc3161TstInfo
14 references to Rfc3161TstInfo
System.Security.Cryptography.Pkcs (14)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TstInfo.xml.cs (7)
19
Rfc3161TstInfo
decoded = default;
113
internal static
Rfc3161TstInfo
Decode(ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet)
118
internal static
Rfc3161TstInfo
Decode(Asn1Tag expectedTag, ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet)
124
DecodeCore(ref reader, expectedTag, encoded, out
Rfc3161TstInfo
decoded);
134
internal static void Decode(ref ValueAsnReader reader, ReadOnlyMemory<byte> rebind, out
Rfc3161TstInfo
decoded)
139
internal static void Decode(ref ValueAsnReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out
Rfc3161TstInfo
decoded)
151
private static void DecodeCore(ref ValueAsnReader 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);
329
var
tstInfo = new Rfc3161TstInfo