Interface IUser
Namespace: SociallyDistant.Core.OS.Devices
Assembly: SociallyDistant.Framework.dll
Syntax
public interface IUser
Properties
Computer
Declaration
IComputer Computer { get; }
Property Value
Type | Description |
---|---|
IComputer |
Home
Declaration
string Home { get; }
Property Value
Type | Description |
---|---|
string |
Id
Declaration
int Id { get; }
Property Value
Type | Description |
---|---|
int |
PrivilegeLevel
Declaration
PrivilegeLevel PrivilegeLevel { get; }
Property Value
Type | Description |
---|---|
PrivilegeLevel |
UserName
Declaration
string UserName { get; }
Property Value
Type | Description |
---|---|
string |
Methods
CheckPassword(string)
Declaration
bool CheckPassword(string password)
Parameters
Type | Name | Description |
---|---|---|
string | password |
Returns
Type | Description |
---|---|
bool |