1 instantiation of Rfc3161TimeStampReq
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Rfc3161TimestampRequest.cs (1)
299
var req = new
Rfc3161TimeStampReq
12 references to Rfc3161TimeStampReq
System.Security.Cryptography.Pkcs (12)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TimeStampReq.xml.cs (7)
27
Rfc3161TimeStampReq
decoded = default;
95
internal static
Rfc3161TimeStampReq
Decode(ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet)
100
internal static
Rfc3161TimeStampReq
Decode(Asn1Tag expectedTag, ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet)
106
DecodeCore(ref reader, expectedTag, encoded, out
Rfc3161TimeStampReq
decoded);
116
internal static void Decode(ref AsnValueReader reader, ReadOnlyMemory<byte> rebind, out
Rfc3161TimeStampReq
decoded)
121
internal static void Decode(ref AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out
Rfc3161TimeStampReq
decoded)
133
private static void DecodeCore(ref AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out
Rfc3161TimeStampReq
decoded)
System\Security\Cryptography\Pkcs\Rfc3161TimestampRequest.cs (5)
17
private
Rfc3161TimeStampReq
_parsedData;
299
var
req = new Rfc3161TimeStampReq
335
req =
Rfc3161TimeStampReq
.Decode(encodedBytes, ruleSet);
362
Rfc3161TimeStampReq
.Decode(ref reader, encodedBytes, out
Rfc3161TimeStampReq
req);