Class CraftEncryptionKeyBaseArgs
Inheritance
CraftEncryptionKeyBaseArgs
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class CraftEncryptionKeyBaseArgs : INotifyPropertyChanged
Properties
CryptedIV
Declaration
public string CryptedIV { get; set; }
Property Value
KeyPart2
Declaration
public string KeyPart2 { get; set; }
Property Value
Serial
Declaration
public Guid Serial { get; set; }
Property Value
cryptedHandShakeID
Declaration
public string cryptedHandShakeID { get; set; }
Property Value
Methods
RaisePropertyChanged(string)
Declaration
protected void RaisePropertyChanged(string propertyName)
Parameters
| Type |
Name |
Description |
| string |
propertyName |
|
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Implements
Extension Methods