Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class CraftEncryptionKeyJSArgs

    Inheritance
    object
    CraftEncryptionKeyBaseArgs
    CraftEncryptionKeyJSArgs
    Implements
    INotifyPropertyChanged
    Inherited Members
    CraftEncryptionKeyBaseArgs.cryptedHandShakeID
    CraftEncryptionKeyBaseArgs.Serial
    CraftEncryptionKeyBaseArgs.CryptedIV
    CraftEncryptionKeyBaseArgs.KeyPart2
    CraftEncryptionKeyBaseArgs.PropertyChanged
    CraftEncryptionKeyBaseArgs.RaisePropertyChanged(string)
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SecureExchangesSDK.SecureExchanges
    Assembly: SecureExchangesSDK.dll
    Syntax
    [Serializable]
    public class CraftEncryptionKeyJSArgs : CraftEncryptionKeyBaseArgs, INotifyPropertyChanged

    Properties

    CapCharID

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

    HandShakeAutorization

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

    Part1

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

    Part2

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

    ReplyID

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

    ReplyIV

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

    TxtCapChar

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

    Implements

    INotifyPropertyChanged

    Extension Methods

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