Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / SignatureProperties Class / Certificate Property

In This Topic
    Certificate Property
    In This Topic
    Gets or sets a certificate used to generate a digital signature.

    NOTE: This property is obsolete and should not be used. Instead, use SignatureBuilder and Pkcs7SignatureBuilder class to create a PKCS#7 signature and setup its properties.

    Syntax
    'Declaration
     
    Public Property Certificate As System.Security.Cryptography.X509Certificates.X509Certificate2
    public System.Security.Cryptography.X509Certificates.X509Certificate2 Certificate {get; set;}
    See Also