Class GetPublicKeyArgs
Inheritance
System.Object
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()
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class GetPublicKeyArgs : BaseArgs, INotifyPropertyChanged
Properties
CryptedHandShakeID
Declaration
public string CryptedHandShakeID { get; set; }
Property Value
Type |
Description |
System.String |
|
CultureID
Declaration
public string CultureID { get; set; }
Property Value
Type |
Description |
System.String |
|
EncryptedMaxAttempt
Declaration
public string EncryptedMaxAttempt { get; set; }
Property Value
Type |
Description |
System.String |
|
MessageContent
Declaration
public string MessageContent { 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 |
|
PhoneNumber
Declaration
public string PhoneNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
Recipient
Declaration
public string Recipient { get; set; }
Property Value
Type |
Description |
System.String |
|
SEMSAutorizationToken
Declaration
public string SEMSAutorizationToken { get; set; }
Property Value
Type |
Description |
System.String |
|
SendMode
Declaration
public string SendMode { get; set; }
Property Value
Type |
Description |
System.String |
|
Serial
Declaration
public Guid Serial { get; set; }
Property Value
Type |
Description |
System.Guid |
|
Subject
Declaration
public string Subject { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements
System.ComponentModel.INotifyPropertyChanged
Extension Methods