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