Class SignatureDataProperties
Defines a set of data properties representing a digital signature.
Inheritance
Inherited Members
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. |