SignatureField
Signature capture field used to embed or validate a digital signature within the PDF (supports cryptographic integrity checks).
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.InteractiveForms
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
public sealed class SignatureField : FormField<SignatureWidget>, IStructuralElement
Inheritance: objectFormFieldFormField<SignatureWidget>SignatureField
Implements:
Inherited Members
Constructors
Create a signature field with the specified fieldName.
Properties
Gets the form field type identifier (Signature) used during export and processing.
public override sealed FormFieldType FieldType { get; }
Overrides:
Gets or sets the applied digital signature object; assigning sets its FieldName and enforces single ownership.
public Signature Signature { get; set; }
The signature object containing cryptographic information and validation data, or null if the field is not yet signed.
Exceptions:Thrown when attempting to assign a signature that is already associated with another signature field.