Class InitializeHandShakeJSArgs
Implements
System.ComponentModel.INotifyPropertyChanged
  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.SecureExchanges
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class InitializeHandShakeJSArgs : BaseInitializeHandShakeArgs, 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