ClassSignSignatureFieldCommandContext
Class
Represents the sign signature field command context.
Definition
Namespace:Telerik.Windows.Documents.Commands
Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax:
cs-api-definition
public class SignSignatureFieldCommandContext
Inheritance: objectSignSignatureFieldCommandContext
Constructors
SignSignatureFieldCommandContext(SignatureField, X509Certificate2)
Initializes a new instance of the SignSignatureFieldCommandContext class.
Declaration
cs-api-definition
public SignSignatureFieldCommandContext(SignatureField signatureField, X509Certificate2 certificate)
Parameters
signatureField
SignatureField
The signature field.
certificate
The certificate.
Properties
Appearances
Gets or sets the form source instances used for presenting the appearances of the signature.
Declaration
cs-api-definition
public IEnumerable<FormSource> Appearances { get; set; }
Property Value
IEnumerable<FormSource>
The form source instances.
Certificate
Gets or sets the certificate used for signing the signature.
Declaration
cs-api-definition
public X509Certificate2 Certificate { get; }
Property Value
The certificate.
SignatureField
Gets or sets the signature field.
Declaration
cs-api-definition
public SignatureField SignatureField { get; }
Property Value
SignatureField
The signature field.