14 references to CadesIssuerSerial
System.Security.Cryptography.Pkcs (14)
System\Security\Cryptography\Pkcs\Asn1\CadesIssuerSerial.xml.cs (6)
39internal static CadesIssuerSerial Decode(ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet) 44internal static CadesIssuerSerial Decode(Asn1Tag expectedTag, ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet) 50DecodeCore(ref reader, expectedTag, encoded, out CadesIssuerSerial decoded); 60internal static void Decode(ref AsnValueReader reader, ReadOnlyMemory<byte> rebind, out CadesIssuerSerial decoded) 65internal static void Decode(ref AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out CadesIssuerSerial decoded) 77private static void DecodeCore(ref AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out CadesIssuerSerial decoded)
System\Security\Cryptography\Pkcs\Asn1\EssCertId.xml.cs (3)
15internal System.Security.Cryptography.Pkcs.Asn1.CadesIssuerSerial? IssuerSerial; 95System.Security.Cryptography.Pkcs.Asn1.CadesIssuerSerial tmpIssuerSerial; 96System.Security.Cryptography.Pkcs.Asn1.CadesIssuerSerial.Decode(ref sequenceReader, rebind, out tmpIssuerSerial);
System\Security\Cryptography\Pkcs\Asn1\EssCertIdV2.xml.cs (3)
18internal System.Security.Cryptography.Pkcs.Asn1.CadesIssuerSerial? IssuerSerial; 135System.Security.Cryptography.Pkcs.Asn1.CadesIssuerSerial tmpIssuerSerial; 136System.Security.Cryptography.Pkcs.Asn1.CadesIssuerSerial.Decode(ref sequenceReader, rebind, out tmpIssuerSerial);
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (2)
431CadesIssuerSerial issuerSerial, 458CadesIssuerSerial issuerSerial,