1 instantiation of Rfc3161TimeStampReq
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Rfc3161TimestampRequest.cs (1)
296
var req = new
Rfc3161TimeStampReq
12 references to Rfc3161TimeStampReq
System.Security.Cryptography.Pkcs (12)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TimeStampReq.xml.cs (7)
19
Rfc3161TimeStampReq
decoded = default;
98
internal static
Rfc3161TimeStampReq
Decode(ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet)
103
internal static
Rfc3161TimeStampReq
Decode(Asn1Tag expectedTag, ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet)
109
DecodeCore(ref reader, expectedTag, encoded, out
Rfc3161TimeStampReq
decoded);
119
internal static void Decode(ref ValueAsnReader reader, ReadOnlyMemory<byte> rebind, out
Rfc3161TimeStampReq
decoded)
124
internal static void Decode(ref ValueAsnReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out
Rfc3161TimeStampReq
decoded)
136
private static void DecodeCore(ref ValueAsnReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out
Rfc3161TimeStampReq
decoded)
System\Security\Cryptography\Pkcs\Rfc3161TimestampRequest.cs (5)
17
private
Rfc3161TimeStampReq
_parsedData;
296
var
req = new Rfc3161TimeStampReq
332
req =
Rfc3161TimeStampReq
.Decode(encodedBytes, ruleSet);
359
Rfc3161TimeStampReq
.Decode(ref reader, encodedBytes, out
Rfc3161TimeStampReq
req);