Class StoreCryptoKeyAnswer
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 StoreCryptoKeyAnswer : Answer, INotifyPropertyChanged
Properties
CryptedIv
Declaration
public string CryptedIv { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CryptedPart2Key
Declaration
public string CryptedPart2Key { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CryptedReferenceID
Declaration
public string CryptedReferenceID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.ComponentModel.INotifyPropertyChanged