Class LoadLicenceAnswer
  
  
  
  
    Inheritance
    System.Object
    
    LoadLicenceAnswer
   
  
    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()
    
   
  
  Assembly: SecureExchangesSDK.dll
  Syntax
  
    [Serializable]
public class LoadLicenceAnswer : Answer, INotifyPropertyChanged
   
  Properties
  
  
  
  
  ClearCookie
  
  
  Declaration
  
    public bool ClearCookie { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  Expiration
  
  
  Declaration
  
    public DateTime Expiration { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.DateTime | 
         | 
      
    
  
  
  
  
  MaxRetention
  
  
  Declaration
  
    public string MaxRetention { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  MaxUploadSize
  
  
  Declaration
  
    public string MaxUploadSize { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  Password
  
  
  Declaration
  
    public string Password { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  RolePerm
  
  
  Declaration
  
    public RoleAndPermission RolePerm { get; set; }
   
  Property Value
  
  
  
  
  Serial
  
  
  Declaration
  
    public string Serial { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  SerialTypePermission
  
  
  Declaration
  
    public string SerialTypePermission { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  StoreInfo
  
  
  Declaration
  
    public CookieStoreInfo StoreInfo { get; set; }
   
  Property Value
  
  
  
  
  User
  
  
  Declaration
  
    public string User { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  Implements
  
      System.ComponentModel.INotifyPropertyChanged
  
  Extension Methods