C# Class CSharp___DllImport.Phone.OS.User

Show file Open project: ApexHAB/apex-lumia

Public Methods

Method Description
CheckPassword ( string password ) : bool
GetIdleTime ( ) : int

This function returns the amount of time, in milliseconds, that the system has been idle.

GetPasswordActive ( ) : bool

Method Details

CheckPassword() public static method

public static CheckPassword ( string password ) : bool
password string
return bool

GetIdleTime() public static method

This function returns the amount of time, in milliseconds, that the system has been idle.
public static GetIdleTime ( ) : int
return int

GetPasswordActive() public static method

public static GetPasswordActive ( ) : bool
return bool