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
    Namespace: IronPdf.Signing.Inspection
    Assembly: IronPdf.dll
    Syntax
    public class VerifiedSignature : Object

    Properties

    CertificateChain

    Gets the certificate chain from signer to root, if available. The first element is the signing certificate, the last is the root or highest intermediate. Empty if the chain could not be resolved.

    Declaration
    public IReadOnlyList<SignerCertificateInfo> CertificateChain { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyList<SignerCertificateInfo>

    Filter

    Signature filter

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

    SignatureName

    Gets the field name of the digital signature. This is the form field name from the /T key of the signature field dictionary.

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

    SignerCertificate

    Gets the X.509 certificate details of the signer, including the full Subject DN, Issuer, Serial Number, validity period, convenience identity fields, and raw DER-encoded bytes. Returns null if the signing certificate could not be extracted from the signature.

    Use SubjectSerialNumber to access the personal/national ID from the SERIALNUMBER OID in the certificate's Subject DN:

    var sig = document.GetVerifiedSignatures().First();
    string nationalId = sig.SignerCertificate?.SubjectSerialNumber;

    Declaration
    public SignerCertificateInfo SignerCertificate { get; }
    Property Value
    Type Description
    SignerCertificateInfo

    SignerName

    The common name of the certificate owner who signed the signature. This value is resolved from the /V/Name field of the signature dictionary, falling back to the certificate's Subject Distinguished Name (SubjectDN) CN field. Returns null if neither source provides a value.

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

    SigningContact

    The contact person or email address for signing related inquiries (optional). Resolved from /V/ContactInfo, certificate email, or certificate CN as a fallback.

    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

    Status

    Gets the validation status of the signature, indicating the overall result of all verification checks performed (e.g. cryptographic integrity, certificate trust, revocation status). Possible values are Valid, ValidWithWarnings, Indeterminate, and Invalid.

    Declaration
    public SignatureStatus Status { get; }
    Property Value
    Type Description
    SignatureStatus

    Valid

    true if the signature is valid

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

    Warnings

    Gets the list of warning and error messages generated during signature verification.

    Declaration
    public List<string> Warnings { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    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.

    ☀
    ☾
    Downloads
    • Download with Nuget
    • Start for Free
    In This Article
    Back to top
    Install with Nuget
    IronPDF_for_dotnet_log2o
    Blue key in circleGet started for FREE
    No credit card required
    Test in a live environment

    Test in production without watermarks.
    Works wherever you need it to.

    Fully-functional product

    Get 30 days of fully functional product.
    Have it up and running in minutes.

    24/5 technical support

    Full access to our support engineering team during your product trial

    Grey key in circleGet started for FREE
    The trial form was submitted successfully.
    Calendar in circleBook Free Live Demo
    No contact, no card details, no commitments Book a 30-minute, personal demo.
    Here's what to expect:

    A live demo of our product and its key features

    Get project specific feature recommendations

    All your questions are answered to make sure you have all the information you need. (No commitment whatsoever.)

    Grey key in circleBook Free Live Demo
    Your booking has been completed Check your e-mail for confirmation
    Support Team Member 6 related to The C# PDF Library Support Team Member 14 related to The C# PDF Library Support Team Member 4 related to The C# PDF Library Support Team Member 2 related to The C# PDF Library
    Online 24/5
    Need help? Our sales team would be glad to help you.
    Try the Enterprise Trial
    ironpdf_for_dotnet_log2o
    Key in blue circle
    Get your free 30-day Trial Key instantly.
    bullet_checkedNo credit card or account creation required
    Key in blue circle
    Get your free 30-day Trial Key instantly.
    Blue key in circleNo credit card or account creation required
    Green Check in orange circle
    The trial form was submitted successfully.
    badge_greencheck_in_yellowcircle
    Thank you for starting a trial

    Please check your email for the trial license key.

    If you don’t receive an email, please start a live chat or email support@ironsoftware.com

    Install with NuGet
    View Licensing
    • Logo Aetna
    • Logo NASA
    • Logo GE
    • Logo Porsche
    • Logo USDA
    • Logo Qatar
    Join Millions of Engineers who’ve tried IronPDF