Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Security Namespace / DocumentSecurityStore.VerificationParams Class / Certificates Property

In This Topic
    Certificates Property
    In This Topic
    Gets or sets a list of additional certificates used to build the signing chain.
    Syntax
    'Declaration
     
    Public Property Certificates As System.Collections.Generic.IList(Of X509Certificate2)
    public System.Collections.Generic.IList<X509Certificate2> Certificates {get; set;}
    See Also