Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / ISignatureParser Interface / SigningCertificateChain Property

In This Topic
    SigningCertificateChain Property
    In This Topic
    Gets the chain of certificates used to create the signature. The first certificate in the list is the signing certificate.
    Syntax
    'Declaration
     
    ReadOnly Property SigningCertificateChain As System.Collections.Generic.IList(Of X509Certificate2)
    System.Collections.Generic.IList<X509Certificate2> SigningCertificateChain {get;}
    See Also