15 references to EssCertId
System.Security.Cryptography.Pkcs (15)
System\Security\Cryptography\Pkcs\Asn1\EssCertId.xml.cs (6)
36internal static EssCertId Decode(ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet) 41internal static EssCertId Decode(Asn1Tag expectedTag, ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet) 47DecodeCore(ref reader, expectedTag, encoded, out EssCertId decoded); 57internal static void Decode(ref AsnValueReader reader, ReadOnlyMemory<byte> rebind, out EssCertId decoded) 62internal static void Decode(ref AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out EssCertId decoded) 74private static void DecodeCore(ref AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out EssCertId decoded)
System\Security\Cryptography\Pkcs\Asn1\SigningCertificateAsn.xml.cs (4)
15internal System.Security.Cryptography.Pkcs.Asn1.EssCertId[] Certs; 99var tmpList = new List<System.Security.Cryptography.Pkcs.Asn1.EssCertId>(); 100System.Security.Cryptography.Pkcs.Asn1.EssCertId tmpItem; 104System.Security.Cryptography.Pkcs.Asn1.EssCertId.Decode(ref collectionReader, rebind, out tmpItem);
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (5)
20private EssCertId? _essCertId; 206in EssCertId? certId, 359EssCertId? certId; 484private static bool CertMatchesIds(X509Certificate2 signerCert, in EssCertId? certId, in EssCertIdV2? certId2) 569private static bool TryGetCertIds(SignerInfo signer, out EssCertId? certId, out EssCertIdV2? certId2)