Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / ISignatureParser Interface / VerifySignatureValue Method

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

    Return Value

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