Class HandShake
Assembly: SecureExchangesSDK.dll
Syntax
Properties
ComIV
Declaration
public byte[] ComIV { get; set; }
Property Value
ComKey
Declaration
public byte[] ComKey { get; set; }
Property Value
CryptedHandShakeID
Declaration
public string CryptedHandShakeID { get; set; }
Property Value
FileAndBodyCpart
Declaration
public byte[] FileAndBodyCpart { get; set; }
Property Value
FilesAndBodyIV
Declaration
public byte[] FilesAndBodyIV { get; set; }
Property Value
FilesAndBodyKey
Declaration
public byte[] FilesAndBodyKey { get; set; }
Property Value
HandShakeID
Declaration
public Guid HandShakeID { get; set; }
Property Value
Part2
Declaration
public byte[] Part2 { get; set; }
Property Value
Serial
Declaration
public Guid Serial { get; set; }
Property Value
Extension Methods