Class HypervisorUser
  
  
  
    Inheritance
    
    HypervisorUser
   
  
  
  
  Assembly: SociallyDistant.Framework.dll
  Syntax
  
    public sealed class HypervisorUser : IUser
   
  Properties
  
  Computer
  
  
  Declaration
  
    public IComputer Computer { get; }
   
  Property Value
  
  
  Home
  
  
  Declaration
  
    public string Home { get; }
   
  Property Value
  
  
  Id
  
  
  Declaration
  
  Property Value
  
  
  PrivilegeLevel
  
  
  Declaration
  
    public PrivilegeLevel PrivilegeLevel { get; }
   
  Property Value
  
  
  UserName
  
  
  Declaration
  
    public string UserName { get; }
   
  Property Value
  
  Methods
  
  CheckPassword(string)
  
  
  Declaration
  
    public bool CheckPassword(string password)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | string | password |  | 
    
  
  Returns
  
  Implements