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