Class ConnectToPartyAnswer
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 ConnectToPartyAnswer : Answer, INotifyPropertyChanged
  Properties
CryptedPartnerIV
Declaration
public string CryptedPartnerIV { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
CryptedPartnerKey
Declaration
public string CryptedPartnerKey { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
CryptedPartnerSession
Declaration
public string CryptedPartnerSession { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Implements
      System.ComponentModel.INotifyPropertyChanged