Verify Digital Signatures in a DOT File

C# .NET API to verify digital signatures in an already signed DOT file using popular electronic signature types. Manipulate e-signature properties within your documents by adding a few lined of code.


Download Free Trial

About GroupDocs.Signature for .NET API

GroupDocs.Signature for .NET is a advanced .NET API to electronically sign digital documents using various signature types such as text, image, barcode, stamp, form-field, QR-code and metadata. Users can load, edit, validate, save, remove, preview and search digital signatures within PDF, Microsoft Word, Excel worksheets, PowerPoint presentations, Adobe Photoshop, metafiles and image file formats, with additional support for customizing signature properties as needed.

How to Verify Digital Signatures in DOT

GroupDocs.Signature makes it easy for .NET developers to verify digital signatures in DOT files from within their applications by implementing a few easy steps.

  1. Create new instance of Signature class and pass source document path as a constructor parameter.
  2. Instantiate the DigitalVerifyOptions object according to your requirements and specify verification options.
  3. Call Verify method of Signature class and pass DigitalVerifyOptions to it.

System Requirements

GroupDocs.Signature for .NET APIs are supported on all major platforms and operating systems. Before executing the code below, please make sure that you have the following prerequisites installed on your system.

  • Operating Systems: Microsoft Windows, Linux, MacOS
  • Development Environments: Visual Studio, Xamarin, MonoDevelop
  • Frameworks: .NET Framework, .NET Standard, .NET Core, Mono
  • Download the latest version of GroupDocs.Signature for .NET from NuGet

using (Signature signature = new Signature("sample.pdf"))
{
    DigitalVerifyOptions options = new DigitalVerifyOptions("certificate.pfx")
    {
        Comments = "Test comment"
    };
    // verify document signatures
    VerificationResult result = signature.Verify(options);
    if (result.IsValid)
    {
        Console.WriteLine("\nDocument was verified successfully!");
    }
    else
    {
        Console.WriteLine("\nDocument failed verification process.");
    }
}

Verify DOT Signature Live Demos

Add DOT file electronic signatures right now by visiting GroupDocs.Signature Live Demos website. The live demo has the following benefits

No need to download API

No need to write any code

Just upload the source file

Get download link to save the file

What is DOT File Format

Files with .DOT extension are template files created by Microsoft Word to have pre-formatted settings for generation of further DOC or DOCX files. A template file is created in order to have specific user settings that should be applied to subsequent files created from these. These settings include page margins, borders, headers, footers, and other page settings. Such templates are used in official documents such as company letterheads and standardized forms. The DOT file format is specific to Microsoft Word 2003 and earlier, but is supported by higher versions as well. Microsoft Word by default opens every new document based on normal.dot file. If modified, all the new files created will result in same settings as from the template file. In Microsoft Word 2007, the DOT file format has been replaced with Office OpenXML based DOTX file format. Learn more about DOT file format

Read More What is DOT File Format

Other Available Options

Multi format digital-signatures validation API for documents and images. Verify signatures from some of the popular file formats as stated below.

Verify e-Signatures in PDF

(Adobe Portable Document Format)

Verify e-Signatures in DOC

(Microsoft Word Document)

Verify e-Signatures in DOCM

(Microsoft Word Macro-Enabled Document)

Verify e-Signatures in DOCX

(Microsoft Word Open XML Document)

Verify e-Signatures in DOT

(Microsoft Word Document Template)

Verify e-Signatures in DOTX

(Word Open XML Document Template)

Verify e-Signatures in DOTM

(Microsoft Word Macro-Enabled Template)

Verify e-Signatures in RTF

(Rich Text Document)

Verify e-Signatures in ODT

(Open Document Text)

Verify e-Signatures in OTT

(OpenDocument Text Template)

Verify e-Signatures in XLS

(Microsoft Excel Binary File Format)

Verify e-Signatures in XLSX

(Microsoft Excel Open XML Spreadsheet)

Verify e-Signatures in XLSM

(Microsoft Excel Macro-Enabled Spreadsheet)

Verify e-Signatures in XLSM

(Microsoft Excel Macro-Enabled Spreadsheet)

Verify e-Signatures in XLSB

(Microsoft Excel Binary Worksheet)

Verify e-Signatures in XLTX

(Microsoft Excel template)

Verify e-Signatures in XLTM

(Microsoft Excel macro-enabled template)

Verify e-Signatures in ODS

(Open Document Spreadsheet)

Verify e-Signatures in OTS

(OpenDocument Spreadsheet Template)

Verify e-Signatures in PPT

(PowerPoint Presentation)

Verify e-Signatures in PPTX

(PowerPoint Open XML Presentation)

Verify e-Signatures in PPS

(Microsoft PowerPoint 97-2003 Slide Show)

Verify e-Signatures in PPSX

(PowerPoint Open XML Slide Show)

Verify e-Signatures in POTM

(Microsoft PowerPoint Macro-Enabled Template)

Verify e-Signatures in POTX

(Microsoft PowerPoint Template)

Verify e-Signatures in PPTM

(Microsoft PowerPoint Presentation)

Verify e-Signatures in ODP

(OpenDocument Presentation)

Verify e-Signatures in OTP

(OpenDocument Presentation Template)

Verify e-Signatures in TIFF

(Tagged Image File Format)

Verify e-Signatures in GIF

(Graphics Interchange Format)

Verify e-Signatures in PNG

(Portable Network Graphic)

Verify e-Signatures in BMP

(Bitmap File Format)

Verify e-Signatures in CDR

(CorelDraw Vector Graphic Drawing)

Verify e-Signatures in SVG

(Scalable Vector Graphics)

Verify e-Signatures in PSD

(Adobe Photoshop Document)

Verify e-Signatures in WMF

(Windows Metafile)

Verify e-Signatures in EMF

(Enhanced Metafile Format)

Verify e-Signatures in CMX

(Corel Metafile eXchange Image)

Verify e-Signatures in PPSM

(Microsoft PowerPoint Macro-Enabled Slide Show)

Verify e-Signatures in DCM

(Digital Imaging and Communications in Medicine)

Back to top
 English