Class ApplyPKIArgs
  
  
  
  
    Inheritance
    System.Object
    ApplyPKIArgs
   
  
    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()
    
   
  
  Assembly: SecureExchangesSDK.dll
  Syntax
  
    [Serializable]
public class ApplyPKIArgs : INotifyPropertyChanged
   
  Properties
  
  
  
  
  CryptedHandShakeID
  
  
  Declaration
  
    public string CryptedHandShakeID { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  CryptedPDF
  
  
  Declaration
  
    public string CryptedPDF { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  CryptedPKI
  
  
  Declaration
  
    public string CryptedPKI { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  CryptedPKIPsw
  
  
  Declaration
  
    public string CryptedPKIPsw { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  CryptedSHA512Origin
  
  
  Declaration
  
    public string CryptedSHA512Origin { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  
  
  
  Declaration
  
    public Guid FileMetaDataID { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Guid | 
         | 
      
    
  
  
  
  
  ManifestID
  
  
  Declaration
  
    public Guid ManifestID { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Guid | 
         | 
      
    
  
  
  
  
  ManifestPKIKey
  
  
  Declaration
  
    public string ManifestPKIKey { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  ManifestRecipientID
  
  
  Declaration
  
    public Guid ManifestRecipientID { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Guid | 
         | 
      
    
  
  
  
  
  PdfExistingFieldsInfosCrypted
  
  
  Declaration
  
    public string PdfExistingFieldsInfosCrypted { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  Serial
  
  
  Declaration
  
    public Guid Serial { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Guid | 
         | 
      
    
  
  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
  
  Extension Methods