Метод | Описание | |
---|---|---|
AuthenicateUser ( string username, string password ) : bool |
Authenicates the user.
|
|
AuthenicateUser ( string username, string password, string &errorResponse ) : bool |
Authenicates the user.
|
|
GetOrganizationKey ( ) : string |
Gets the organization key.
|
|
OrganizationIsConfigured ( ) : bool |
Organizations the is configured.
|
|
Purchase ( string username, string password, int packageId, string &errorResponse ) : |
Purchases the specified username.
|
|
StoreService ( ) : System |
Initializes a new instance of the StoreService class.
|
public AuthenicateUser ( string username, string password ) : bool | ||
username | string | The username. |
password | string | The password. |
Результат | bool |
public AuthenicateUser ( string username, string password, string &errorResponse ) : bool | ||
username | string | The username. |
password | string | The password. |
errorResponse | string | The error response. |
Результат | bool |
public static GetOrganizationKey ( ) : string | ||
Результат | string |
public static OrganizationIsConfigured ( ) : bool | ||
Результат | bool |
public Purchase ( string username, string password, int packageId, string &errorResponse ) : |
||
username | string | The username. |
password | string | The password. |
packageId | int | The package identifier. |
errorResponse | string | The error response. |
Результат |