3 instantiations of CertificateRevocationListBuilder
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\CertificateAuthority.cs (1)
316CertificateRevocationListBuilder builder = new CertificateRevocationListBuilder();
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
src\Servers\Kestrel\shared\test\CertificateAuthority.cs (1)
316CertificateRevocationListBuilder builder = new CertificateRevocationListBuilder();
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.Load.cs (1)
197return new CertificateRevocationListBuilder(list);
15 references to CertificateRevocationListBuilder
InMemory.FunctionalTests (2)
src\Servers\Kestrel\shared\test\CertificateAuthority.cs (2)
316CertificateRevocationListBuilder builder = new CertificateRevocationListBuilder(); 757return CertificateRevocationListBuilder.BuildCrlDistributionPointExtension(new[] { cdp });
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
src\Servers\Kestrel\shared\test\CertificateAuthority.cs (2)
316CertificateRevocationListBuilder builder = new CertificateRevocationListBuilder(); 757return CertificateRevocationListBuilder.BuildCrlDistributionPointExtension(new[] { cdp });
System.Security.Cryptography (11)
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.cs (1)
22/// Initializes a new instance of the <see cref="CertificateRevocationListBuilder" /> class.
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.Load.cs (10)
17/// a <see cref="CertificateRevocationListBuilder" /> with all of the revocation 43public static CertificateRevocationListBuilder Load(byte[] currentCrl, out BigInteger currentCrlNumber) 47CertificateRevocationListBuilder ret = Load( 63/// a <see cref="CertificateRevocationListBuilder" /> with all of the revocation 83public static CertificateRevocationListBuilder Load( 202/// a <see cref="CertificateRevocationListBuilder" /> with all of the revocation 231public static CertificateRevocationListBuilder LoadPem(string currentCrl, out BigInteger currentCrlNumber) 240/// a <see cref="CertificateRevocationListBuilder" /> with all of the revocation 266public static CertificateRevocationListBuilder LoadPem(ReadOnlySpan<char> currentCrl, out BigInteger currentCrlNumber) 280CertificateRevocationListBuilder ret = Load(