Class HandShake
Inheritance
System.Object
    HandShake
  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.Models.Transport
Assembly: SecureExchangesSDK.dll
Syntax
public class HandShake
  Properties
ComIV
Declaration
public byte[] ComIV { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Byte[] | 
ComKey
Declaration
public byte[] ComKey { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Byte[] | 
CryptedHandShakeID
Declaration
public string CryptedHandShakeID { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
FileAndBodyCpart
Declaration
public byte[] FileAndBodyCpart { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Byte[] | 
FilesAndBodyIV
Declaration
public byte[] FilesAndBodyIV { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Byte[] | 
FilesAndBodyKey
Declaration
public byte[] FilesAndBodyKey { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Byte[] | 
HandShakeID
Declaration
public Guid HandShakeID { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Guid | 
Part2
Declaration
public byte[] Part2 { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Byte[] | 
Serial
Declaration
public Guid Serial { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Guid |