Gets or sets the collection of certificate revocation lists (CRLs) to use.
Items in this collection may be of the following types:
- byte[]An encoded CRL list.
- stringThe URL of a CRL (e.g. http://crl.cacert.org/revoke.crl).
- System.UriThe System.Uri of a CRL.
- X509Certificate2An X509Certificate2 object from which the URL of a CRL will be extracted.
An exception will be thrown if an object of an unsupported type is found in this collection.