Class SignSignatureFieldCommandContext
Represents the sign signature field command context.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Commands
Assembly: Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax
public class SignSignatureFieldCommandContext
Constructors
SignSignatureFieldCommandContext(SignatureField, X509Certificate2)
Initializes a new instance of the SignSignatureFieldCommandContext class.
Declaration
public SignSignatureFieldCommandContext(SignatureField signatureField, X509Certificate2 certificate)
Parameters
Telerik.Windows.Documents.Fixed.Model.InteractiveForms.SignatureField
signatureField
The signature field. |
System.Security.Cryptography.X509Certificates.X509Certificate2
certificate
The certificate. |
Properties
Appearances
Gets or sets the form source instances used for presenting the appearances of the signature.
Declaration
public IEnumerable<FormSource> Appearances { get; set; }
Property Value
System.Collections.Generic.IEnumerable<Telerik.Windows.Documents.Fixed.Model.Resources.FormSource>
The form source instances. |
Certificate
Gets or sets the certificate used for signing the signature.
Declaration
public X509Certificate2 Certificate { get; }
Property Value
System.Security.Cryptography.X509Certificates.X509Certificate2
The certificate. |
SignatureField
Gets or sets the signature field.
Declaration
public SignatureField SignatureField { get; }
Property Value
Telerik.Windows.Documents.Fixed.Model.InteractiveForms.SignatureField
The signature field. |