Class GetLogsWithCookiesArgs
Inheritance
GetLogsWithCookiesArgs
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class GetLogsWithCookiesArgs : BaseAuthenticateArgs, INotifyPropertyChanged
Properties
CryptedHandShakeID
Declaration
public string CryptedHandShakeID { get; set; }
Property Value
CryptedSerial
Declaration
public DataStoreObject CryptedSerial { get; set; }
Property Value
From
Declaration
public DateTime From { get; set; }
Property Value
ManifestID
Declaration
public Guid ManifestID { get; set; }
Property Value
Serial
Declaration
public Guid Serial { get; set; }
Property Value
To
Declaration
public DateTime To { get; set; }
Property Value
Implements
Extension Methods