Class BaseFileSignDefinition
Implements
System.ComponentModel.INotifyPropertyChanged
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: SecureExchangesSDK.SecureExchanges
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class BaseFileSignDefinition : INotifyPropertyChanged
  Properties
DoNotAppendCertificateToFile
Declaration
public bool DoNotAppendCertificateToFile { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
DoNotEncryptPDF
Declaration
public bool DoNotEncryptPDF { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsPKIFile
Declaration
public bool IsPKIFile { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
UniqueName
Declaration
public string UniqueName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Methods
RaisePropertyChanged(String)
Declaration
protected void RaisePropertyChanged(string propertyName)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | propertyName | 
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
  Event Type
| Type | Description | 
|---|---|
| System.ComponentModel.PropertyChangedEventHandler | 
Implements
      System.ComponentModel.INotifyPropertyChanged