Class BaseFileSignDefinition
Inheritance
BaseFileSignDefinition
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class BaseFileSignDefinition : INotifyPropertyChanged
Properties
DoNotAppendCertificateToFile
Declaration
public bool DoNotAppendCertificateToFile { get; set; }
Property Value
DoNotEncryptPDF
Declaration
public bool DoNotEncryptPDF { get; set; }
Property Value
IsPKIFile
Declaration
public bool IsPKIFile { get; set; }
Property Value
UniqueName
Declaration
public string UniqueName { get; set; }
Property Value
Methods
RaisePropertyChanged(string)
Declaration
protected void RaisePropertyChanged(string propertyName)
Parameters
| Type |
Name |
Description |
| string |
propertyName |
|
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Implements
Extension Methods