skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • Roadmap
    • Release History
  • Docs & Support
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class SignatureDataProperties

Defines a set of data properties representing a digital signature.

Inheritance
System.Object
SignatureDataProperties
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Fixed.Model.DigitalSignatures
Assembly: Telerik.Windows.Documents.Fixed.dll

Syntax

public class SignatureDataProperties

Constructors

SignatureDataProperties()

Initializes a new instance of the SignatureDataProperties class.

Declaration
public SignatureDataProperties()

Properties

ByteRange

Gets an array of pairs of integers (starting byte offset, length in bytes) describing the exact byte range for the digest calculation.

Declaration
public int[] ByteRange { get; }
Property Value
System.Int32[]

The byte range.

Certificates

Gets a collection of X.509 certificate chain used when signing and verifying signatures.

Declaration
public X509Certificate2Collection Certificates { get; }
Property Value
System.Security.Cryptography.X509Certificates.X509Certificate2Collection

The certificates.

Changes

Gets an array of three integers specifying changes to the document that have been made between the previous signature and this signature.

Declaration
public int[] Changes { get; }
Property Value
System.Int32[]

The changes.

ContactInfo

Gets contact information enabling a recipient to contact the signer to verify the signature.

Declaration
public string ContactInfo { get; set; }
Property Value
System.String

The contact info.

Contents

Gets the signature value.

Declaration
public byte[] Contents { get; }
Property Value
System.Byte[]

The contents.

FieldName

Gets the name of the signature form field associated with this properties.

Declaration
public string FieldName { get; }
Property Value
System.String

The name of the signature form field.

Filter

Gets the name of the preferred signature handler to use when validating this signature.

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

The filter.

Location

Gets the CPU host name or physical location of the signing.

Declaration
public string Location { get; set; }
Property Value
System.String

The location.

Name

Gets the name of the person or authority signing the document.

Declaration
public string Name { get; set; }
Property Value
System.String

The name.

Reason

Gets the reason for the signing.

Declaration
public string Reason { get; set; }
Property Value
System.String

The reason.

SignatureDictionaryVersion

Gets the version of the signature dictionary format.

Declaration
public int SignatureDictionaryVersion { get; }
Property Value
System.Int32

The signature dictionary version.

SignatureHandlerVersion

Gets the version of the signature handler used to create the signature.

Declaration
public int SignatureHandlerVersion { get; }
Property Value
System.Int32

The signature handler version.

SubFilter

Gets a name that describes the encoding of the signature value and key information in the signature dictionary.

Declaration
public string SubFilter { get; }
Property Value
System.String

The sub filter.

TimeOfSigning

Gets or sets the time of signing.

Declaration
public DateTime TimeOfSigning { get; set; }
Property Value
System.DateTime

The time of signing.

Getting Started
  • Getting Started
Support Resources
  • Documentation
Community
  • Forums
  • Blogs
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.