Show / Hide Table of Contents

Class ConnectToPartyArgs

Inheritance
System.Object
ConnectToPartyArgs
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 ConnectToPartyArgs : INotifyPropertyChanged

Properties

CryptedAction

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

CryptedFrom

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

CryptedHandShakeID

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

CryptedPartyPosition

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

CryptedTo

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

IV

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

Key

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

Serial

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

Session

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

Methods

RaisePropertyChanged(String)

Declaration
protected void RaisePropertyChanged(string propertyName)
Parameters
Type Name Description
System.String propertyName

Events

PropertyChanged

Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type Description
System.ComponentModel.PropertyChangedEventHandler

Implements

System.ComponentModel.INotifyPropertyChanged

Extension Methods

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