Class SignatureField
Represents a signature form field that provides an area for digital signatures, allowing users to sign documents electronically with cryptographic validation and integrity protection.
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.InteractiveForms
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public sealed class SignatureField : FormField<SignatureWidget>, IInstanceIdOwner, IStructuralElement, IWidgetCreator<SignatureWidget>
Constructors
SignatureField(String)
Initializes a new instance of SignatureField class.
Declaration
public SignatureField(string fieldName)
Parameters
System.String
fieldName
The field name. |
Properties
FieldType
Gets the field type.
Declaration
public override sealed FormFieldType FieldType { get; }
Property Value
FormFieldType
|
Overrides
Signature
Gets or sets the digital signature associated with this signature field.
Declaration
public Signature Signature { get; set; }
Property Value
Signature
The signature object containing cryptographic information and validation data, or null if the field is not yet signed. |
Exceptions
System.ArgumentException
Thrown when attempting to assign a signature that is already associated with another signature field. |