Property | Type | Description |
---|
Method | Description | |
---|---|---|
Clear ( ) : void |
Clear the information held by credentials.
|
|
FromFile ( string filename = null ) : |
Obtain credentials from a file. If the file name is not supplied the the default path of Constants.Data_DIR\credentials.json is used
|
|
ToFile ( string filename = null ) : void |
Obtain credentials to a file. If the filename is not supplied then the path used when reading in the credentials will be used, or the default path of Constants.Data_DIR\credentials.json will be used
|
public static FromFile ( string filename = null ) : |
||
filename | string | |
return |