Overload | Description |
---|---|
X509CRLCollection Constructor() | Create an empty X509CRL collection. |
X509CRLCollection Constructor(X509CRL) | Create a crl collection from a single CRL. |
X509CRLCollection Constructor(X509CRLCollection) | Create a crl collection from a CRL collection. |
X509CRLCollection Constructor(X509CRL[]) | Create a collection from an array. |