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

In This Topic
    CertificateChain Property
    In This Topic
    Gets or sets the certificate chain. The first certificate is used to sign the document.
    Syntax
    'Declaration
     
    Public Property CertificateChain As System.Security.Cryptography.X509Certificates.X509Certificate2()
    public System.Security.Cryptography.X509Certificates.X509Certificate2[] CertificateChain {get; set;}
    See Also