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

In This Topic
    SigningCertificate Property
    In This Topic
    Gets the System.Security.Cryptography.X509Certificates.X509Certificate2 object that represents the certificate used to create the signature.
    Syntax
    'Declaration
     
    ReadOnly Property SigningCertificate As System.Security.Cryptography.X509Certificates.X509Certificate2
    System.Security.Cryptography.X509Certificates.X509Certificate2 SigningCertificate {get;}
    See Also