Class IsRequestAntiPhishingIsValidArgs
Inheritance
IsRequestAntiPhishingIsValidArgs
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class IsRequestAntiPhishingIsValidArgs : INotifyPropertyChanged
Properties
CryptedHandShakeID
Declaration
public string CryptedHandShakeID { get; set; }
Property Value
MD5Content
Declaration
public string MD5Content { get; set; }
Property Value
MD5From
Declaration
public string MD5From { get; set; }
Property Value
SEAPID
Declaration
public string SEAPID { 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