Signature.Verify
Verify()
Verify the document regarding this signature and return true if document is valid or otherwise false.
public bool Verify()
Return Value
true if document is valid.
See Also
- class Signature
- namespace Aspose.Pdf.Forms
- assembly Aspose.PDF
Verify(ValidationOptions, out ValidationResult)
Verify the document regarding this signature and return true if document is valid or otherwise false.
public bool Verify(ValidationOptions options, out ValidationResult validationResult)
Parameter | Type | Description |
---|---|---|
options | ValidationOptions | The verification options. |
validationResult | ValidationResult& | The certificate validation result. |
Return Value
true if document is valid.
See Also
- class ValidationOptions
- class ValidationResult
- class Signature
- namespace Aspose.Pdf.Forms
- assembly Aspose.PDF