Class SignSignatureDialogViewModel
Represents the sign signature dialog view model.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.FixedDocumentViewersUI.Dialogs.ViewModels
Assembly: Telerik.Windows.Controls.FixedDocumentViewersUI.dll
Syntax
public class SignSignatureDialogViewModel : DialogViewModelBase<SignSignatureDialogContext>, INotifyPropertyChanged
Constructors
SignSignatureDialogViewModel(SignSignatureDialogContext)
Initializes a new instance of the SignSignatureDialogViewModel class.
Declaration
public SignSignatureDialogViewModel(SignSignatureDialogContext context)
Parameters
SignSignatureDialogContext
context
The context. |
Properties
CertificatePathContent
Gets or sets the content bonded to the certificate path text box.
Declaration
public string CertificatePathContent { get; set; }
Property Value
System.String
The certificate path content. |
ErrorContent
Gets or sets the content of the error.
Declaration
public string ErrorContent { get; set; }
Property Value
System.String
The content of the error. |
PasswordWatermarkContent
Gets or sets the content bonded to the password watermark.
Declaration
public string PasswordWatermarkContent { get; set; }
Property Value
System.String
The password watermark content. |
SelectCertificateCommand
Gets or sets the select certificate command.
Declaration
public ICommand SelectCertificateCommand { get; set; }
Property Value
System.Windows.Input.ICommand
The select certificate command. |
SelectCertificateWatermarkContent
Gets or sets the content bonded to the watermark of select certificate watermark text box.
Declaration
public string SelectCertificateWatermarkContent { get; set; }
Property Value
System.String
The content of the certificate watermark. |
SubmitCommand
Gets or sets the submit command.
Declaration
public ICommand SubmitCommand { get; set; }
Property Value
System.Windows.Input.ICommand
The submit command. |
Methods
GetSignatureAppearancesFormSource(X509Certificate2)
Gets the form source for the signature appearances.
Declaration
public virtual IEnumerable<FormSource> GetSignatureAppearancesFormSource(X509Certificate2 certificate)
Parameters
System.Security.Cryptography.X509Certificates.X509Certificate2
certificate
The certificate used to sign the signature. |
Returns
System.Collections.Generic.IEnumerable<Telerik.Windows.Documents.Fixed.Model.Resources.FormSource>
|
Events
RequestDialogClose
Occurs when the dialog should be closed.
Declaration
public event EventHandler RequestDialogClose
Event Type
System.EventHandler
|