Class DeleteMessageWithCookieArgs
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 DeleteMessageWithCookieArgs : BaseAuthenticateArgs, INotifyPropertyChanged
Properties
CryptedSerial
Declaration
public CookieStoreObject CryptedSerial { get; set; }
Property Value
Type | Description |
---|---|
CookieStoreObject |
TrackingId
Declaration
public Guid TrackingId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Implements
System.ComponentModel.INotifyPropertyChanged