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