PdfSignatureValidationResult Class
Represents a result of a PdfSignature validation.
public sealed class PdfSignatureValidationResult
Public NotInheritable Class PdfSignatureValidationResult
- Inheritance:
- System.ObjectPdfSignatureValidationResult
Properties
IsValid
Returns true if the PdfSignature is valid; otherwise, false.
Property Value
- System.Boolean
true if the PdfSignature is valid; otherwise, false.
Methods
ToString()
Returns a System.String that represents this PdfSignatureValidationResult instance.
Returns
- System.String
A System.String that represents this PdfSignatureValidationResult instance.
Overrides
System.Object.ToString()
Remarks
This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).