Signature.Verify
Contents
[
Hide
]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
Verify(X509Certificate2, ValidationOptions, out ValidationResult)
Verify the document regarding this signature and return true if document is valid or otherwise false. Verification is performed using the external public key certificate.
public bool Verify(X509Certificate2 publicKeyCertificate, ValidationOptions options,
out ValidationResult validationResult)
| Parameter | Type | Description |
|---|---|---|
| publicKeyCertificate | X509Certificate2 | The public key certificate for verification. |
| 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