Search Results for

    Show / Hide Table of Contents

    Class VerifiedSignature

    A class that represents a verified digital signature for a PDF document.

    Inheritance
    System.Object
    VerifiedSignature
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: IronPdf.Inspection
    Assembly: IronPdf.dll
    Syntax
    public class VerifiedSignature

    Properties

    SignatureName

    Gets the field name of the digital signature.

    Declaration
    public string SignatureName { get; }
    Property Value
    Type Description
    System.String

    SigningContact

    The contact person or email address for signing related inquiries (optional).

    Declaration
    public string SigningContact { get; }
    Property Value
    Type Description
    System.String

    SigningDate

    The date and time of the digital signature.

    Declaration
    public DateTime SigningDate { get; }
    Property Value
    Type Description
    System.DateTime

    SigningLocation

    The physical location the PDF was signed (optional).

    Declaration
    public string SigningLocation { get; }
    Property Value
    Type Description
    System.String

    SigningReason

    The reason the PDF was signed (optional).

    Declaration
    public string SigningReason { get; }
    Property Value
    Type Description
    System.String

    Valid

    true if the signature is valid,

    Declaration
    public bool Valid { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    ToString()

    Returns a string that represents the current digital signature for a PDF document.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    A string that represents the current digital signature for a PDF document.

    Overrides
    System.Object.ToString()
    ☀
    ☾
    In This Article
    Back to top
    Install with Nuget