Show / Hide Table of Contents

Class GetKeysArgs

Inheritance
System.Object
GetKeysArgs
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.SEMS.SecureExchanges
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class GetKeysArgs : INotifyPropertyChanged

Properties

Cpart

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

CryptedHandShakeID

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

MsgId

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

Niv

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

P2

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

SEMS

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

Serial

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

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