Class InitializeHandShakeJSArgs
Inheritance
InitializeHandShakeJSArgs
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class InitializeHandShakeJSArgs : BaseInitializeHandShakeArgs, INotifyPropertyChanged
Properties
CapCharID
Declaration
public string CapCharID { get; set; }
Property Value
HandShakeAutorization
Declaration
public Guid HandShakeAutorization { get; set; }
Property Value
Part1
Declaration
public Guid Part1 { get; set; }
Property Value
Part2
Declaration
public Guid Part2 { get; set; }
Property Value
ReplyID
Declaration
public Guid ReplyID { get; set; }
Property Value
ReplyIV
Declaration
public string ReplyIV { get; set; }
Property Value
TxtCapChar
Declaration
public string TxtCapChar { get; set; }
Property Value
Implements
Extension Methods