GemBox.Pdf
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    PdfSignatureValidationResult Class

    Namespace:
    GemBox.Pdf.Forms
    Assembly:
    GemBox.Pdf.dll

    Represents a result of a PdfSignature validation.

    • C#
    • VB.NET
    public sealed class PdfSignatureValidationResult
    Public NotInheritable Class PdfSignatureValidationResult
    Inheritance:
    System.Object
    PdfSignatureValidationResult

    Properties

    IsValid

    Returns true if the PdfSignature is valid; otherwise, false.

    • C#
    • VB.NET
    public bool IsValid { get; }
    Public ReadOnly Property IsValid As Boolean
    Property Value
    System.Boolean

    true if the PdfSignature is valid; otherwise, false.

    Methods

    ToString()

    Returns a System.String that represents this PdfSignatureValidationResult instance.

    • C#
    • VB.NET
    public override string ToString()
    Public Overrides Function ToString As String
    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).

    Examples

    Digital signature validation example
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.