Show / Hide Table of Contents

Class CraftEncryptionKeyJSArgs

Inheritance
System.Object
CraftEncryptionKeyBaseArgs
CraftEncryptionKeyJSArgs
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
CraftEncryptionKeyBaseArgs.cryptedHandShakeID
CraftEncryptionKeyBaseArgs.Serial
CraftEncryptionKeyBaseArgs.CryptedIV
CraftEncryptionKeyBaseArgs.KeyPart2
CraftEncryptionKeyBaseArgs.PropertyChanged
CraftEncryptionKeyBaseArgs.RaisePropertyChanged(String)
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 CraftEncryptionKeyJSArgs : CraftEncryptionKeyBaseArgs, INotifyPropertyChanged

Properties

CapCharID

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

HandShakeAutorization

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

Part1

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

Part2

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

ReplyID

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

ReplyIV

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

TxtCapChar

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

Implements

System.ComponentModel.INotifyPropertyChanged

Extension Methods

ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
In This Article
Back to top Generated by DocFX