Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class HandShake

    Inheritance
    object
    HandShake
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    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
    byte[]

    ComKey

    Declaration
    public byte[] ComKey { get; set; }
    Property Value
    Type Description
    byte[]

    CryptedHandShakeID

    Declaration
    public string CryptedHandShakeID { get; set; }
    Property Value
    Type Description
    string

    FileAndBodyCpart

    Declaration
    public byte[] FileAndBodyCpart { get; set; }
    Property Value
    Type Description
    byte[]

    FilesAndBodyIV

    Declaration
    public byte[] FilesAndBodyIV { get; set; }
    Property Value
    Type Description
    byte[]

    FilesAndBodyKey

    Declaration
    public byte[] FilesAndBodyKey { get; set; }
    Property Value
    Type Description
    byte[]

    HandShakeID

    Declaration
    public Guid HandShakeID { get; set; }
    Property Value
    Type Description
    Guid

    Part2

    Declaration
    public byte[] Part2 { get; set; }
    Property Value
    Type Description
    byte[]

    Serial

    Declaration
    public Guid Serial { get; set; }
    Property Value
    Type Description
    Guid

    Extension Methods

    ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
    In this article
    Back to top Secure Exchanges Inc. - Documentation