2 instantiations of RevokedCertificate
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.cs (1)
200new RevokedCertificate
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.Load.cs (1)
186RevokedCertificate revokedCertificate = new RevokedCertificate(ref revokedCertificates, version);
6 references to RevokedCertificate
System.Security.Cryptography (6)
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.Build.cs (1)
372foreach (RevokedCertificate revoked in _revoked)
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.cs (3)
18private readonly List<RevokedCertificate> _revoked; 26_revoked = new List<RevokedCertificate>(); 29private CertificateRevocationListBuilder(List<RevokedCertificate> revoked)
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.Load.cs (2)
88List<RevokedCertificate> list = new(); 186RevokedCertificate revokedCertificate = new RevokedCertificate(ref revokedCertificates, version);