1 instantiation of CertificateRevocationListBuilder
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.Load.cs (1)
197
return 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
43
public static
CertificateRevocationListBuilder
Load(byte[] currentCrl, out BigInteger currentCrlNumber)
47
CertificateRevocationListBuilder
ret = Load(
63
/// a <see cref="
CertificateRevocationListBuilder
" /> with all of the revocation
83
public static
CertificateRevocationListBuilder
Load(
202
/// a <see cref="
CertificateRevocationListBuilder
" /> with all of the revocation
231
public static
CertificateRevocationListBuilder
LoadPem(string currentCrl, out BigInteger currentCrlNumber)
240
/// a <see cref="
CertificateRevocationListBuilder
" /> with all of the revocation
266
public static
CertificateRevocationListBuilder
LoadPem(ReadOnlySpan<char> currentCrl, out BigInteger currentCrlNumber)
280
CertificateRevocationListBuilder
ret = Load(