1 instantiation of CertificateRevocationListBuilder
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.Load.cs (1)
197return new CertificateRevocationListBuilder(list);
11 references to CertificateRevocationListBuilder
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(