[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Pkcs7SignatureBuilder.Crls

Crls Property

Crls

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.
Declaration
public IList<object> Crls { get; set; }
Public Property Crls As IList(Of Object)