Method | Description | |
---|---|---|
ClearCredentials ( ) : void |
Erases the last saved credentials form isolated storage.
|
|
GetCredentials ( ) : String[] |
Gets the last used credentials.
|
|
HasCredentials ( ) : bool |
Specifies if the last user saved his credentials for autologin.
|
|
LoginData ( string filename ) : System |
Creates an instance of the
|
|
WriteCredentials ( String credentials ) : bool |
Writes the user credentials to the disk for automatic login
|
public LoginData ( string filename ) : System | ||
filename | string |
/// Name of the file in which the authentication data will be stored.
/// Default is LoginData.XWORD_LOGIN_DATA_FILENAME ;
/// |
return | System |
public WriteCredentials ( String credentials ) : bool | ||
credentials | String | Array of strings containing the credentials |
return | bool |