Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Security Namespace / Signature Class / VerifySignatureValue Method

In This Topic
    VerifySignatureValue Method (Signature)
    In This Topic
    Verifies the signature by checking that embedded data digest corresponds to the calculated one.
    Syntax
    'Declaration
     
    Public Function VerifySignatureValue() As System.Boolean
    public System.bool VerifySignatureValue()

    Return Value

    true if signature is correct and corresponds to the signed data.
    See Also