Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / Pkcs7SignatureBuilder Class / Crls Property

In This Topic
    Crls Property
    In This Topic
    Gets or sets the collection of certificate revocation lists (CRLs) to use. Items in this collection may be of the following types:
    • An encoded CRL list.
    • The URL of a CRL (e.g. http://crl.cacert.org/revoke.crl).
    • The System.Uri of a CRL.
    • An 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.
    Syntax
    'Declaration
     
    Public Property Crls As System.Collections.Generic.IList(Of Object)
    public System.Collections.Generic.IList<object> Crls {get; set;}
    See Also