Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IReadOnlySignatureDetails Interface / SignatureCertificate Property
In This Topic
    SignatureCertificate Property
    In This Topic
    Gets the certificate (private key removed) that was used to sign this workbook.
    Syntax
    System.Security.Cryptography.X509Certificates.X509Certificate2 SignatureCertificate {get;}
    See Also