Class LoadLicenceArgs
Inheritance
LoadLicenceArgs
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class LoadLicenceArgs : INotifyPropertyChanged
Properties
Declaration
public string ContactInfo { get; set; }
Property Value
CryptedDeviceID
Declaration
public string CryptedDeviceID { get; set; }
Property Value
CryptedHandShakeID
Declaration
public string CryptedHandShakeID { get; set; }
Property Value
CryptedSerial
Declaration
public string CryptedSerial { get; set; }
Property Value
Culture
Declaration
public string Culture { get; set; }
Property Value
Serial
Declaration
public Guid Serial { 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