Class SignSignatureFieldCommandContext
Inheritance
System.Object
SignSignatureFieldCommandContext
Namespace: Telerik.UI.Xaml.Controls.PdfViewer.Commands
Assembly: Telerik.WinUI.Controls.PdfViewer.dll
Syntax
public class SignSignatureFieldCommandContext : Object
Constructors
SignSignatureFieldCommandContext(SignatureField, X509Certificate2)
Declaration
public SignSignatureFieldCommandContext(SignatureField signatureField, X509Certificate2 certificate)
Parameters
Telerik.
|
System.
|
Properties
Appearances
Declaration
public IEnumerable<FormSource> Appearances { get; set; }
Property Value
System.
|
Certificate
Declaration
public X509Certificate2 Certificate { get; }
Property Value
System.
|
SignatureField
Declaration
public SignatureField SignatureField { get; }
Property Value
Telerik.
|