Class GetPublicKeyArgs
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 GetPublicKeyArgs : BaseArgs, INotifyPropertyChanged
Properties
CryptedHandShakeID
Declaration
public string CryptedHandShakeID { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
CryptedObject
Declaration
public BaseSECryptedObject CryptedObject { get; set; }
Property Value
| Type | Description |
|---|---|
| BaseSECryptedObject |
EncryptedMaxAttempt
Declaration
public string EncryptedMaxAttempt { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
messageHandShakeIvb64
Declaration
public string messageHandShakeIvb64 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
messageHandShakeKeyb64
Declaration
public string messageHandShakeKeyb64 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SEMSAutorizationToken
Declaration
public string SEMSAutorizationToken { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Serial
Declaration
public Guid Serial { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Guid |
Implements
System.ComponentModel.INotifyPropertyChanged