Class SignSignatureFieldCommandContext
Represents the sign signature field command context.
Inheritance
Namespace: Telerik.Windows.Documents.Commands
Assembly: Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax
public class SignSignatureFieldCommandContext : Object
Constructors
SignSignatureFieldCommandContext(SignatureField, X509Certificate2)
Initializes a new instance of the Sign
Declaration
public SignSignatureFieldCommandContext(SignatureField signatureField, X509Certificate2 certificate)
Parameters
Telerik. The signature field. |
System. 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. The form source instances. |
Certificate
Gets or sets the certificate used for signing the signature.
Declaration
public X509Certificate2 Certificate { get; }
Property Value
System. The certificate. |
SignatureField
Gets or sets the signature field.
Declaration
public SignatureField SignatureField { get; }
Property Value
Telerik. The signature field. |