Class LoadLicenceAnswer
Inheritance
LoadLicenceAnswer
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class LoadLicenceAnswer : Answer, INotifyPropertyChanged
Properties
ClearCookie
Declaration
public bool ClearCookie { get; set; }
Property Value
Expiration
Declaration
public DateTime Expiration { get; set; }
Property Value
MaxRetention
Declaration
public string MaxRetention { get; set; }
Property Value
MaxUploadSize
Declaration
public string MaxUploadSize { get; set; }
Property Value
Password
Declaration
public string Password { get; set; }
Property Value
RolePerm
Declaration
public RoleAndPermission RolePerm { get; set; }
Property Value
Serial
Declaration
public string Serial { get; set; }
Property Value
SerialTypePermission
Declaration
public string SerialTypePermission { get; set; }
Property Value
StoreInfo
Declaration
public CookieStoreInfo StoreInfo { get; set; }
Property Value
User
Declaration
public string User { get; set; }
Property Value
Implements
Extension Methods