ClassSignatureDataProperties
Data model for signature dictionaries and related payload (byte ranges, contents, certificates, and signer metadata).
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.DigitalSignatures
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
public class SignatureDataProperties
Inheritance: objectSignatureDataProperties
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.
Certificates
Gets a collection of X.509 certificate chain used when signing and verifying signatures.
Declaration
public X509Certificate2Collection Certificates { get; }
Property Value
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.
ContactInfo
Gets contact information enabling a recipient to contact the signer to verify the signature.
Declaration
public string ContactInfo { get; set; }
Property Value
The contact info.
Contents
Gets the signature value.
FieldName
Gets the name of the signature form field associated with this properties.
Declaration
public string FieldName { get; }
Property Value
The name of the signature form field.
Filter
Gets the name of the preferred signature handler to use when validating this signature.
Location
Gets the CPU host name or physical location of the signing.
Declaration
public string Location { get; set; }
Property Value
The location.
Name
Gets the name of the person or authority signing the document.
Reason
Gets the reason for the signing.
SignatureDictionaryVersion
Gets the version of the signature dictionary format.
Declaration
public int SignatureDictionaryVersion { get; }
Property Value
The signature dictionary version.
SignatureHandlerVersion
Gets the version of the signature handler used to create the signature.
Declaration
public int SignatureHandlerVersion { get; }
Property Value
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
The sub filter.
TimeOfSigning
Gets or sets the time of signing.
Declaration
public DateTime TimeOfSigning { get; set; }
Property Value
The time of signing.