PsStandardAuthorization class.
More...
PsStandardAuthorization class.
PsStandardAuthorization controls the authorization of the library using an activation code.
◆ Activate()
virtual bool PsStandardAuthorization::Activate |
( |
const wchar_t * |
serial_number | ) |
|
|
pure virtual |
Activates the library using the activation license key. The method requires internet access.
- Parameters
-
serial_number | The license key. |
- Returns
- true if the library was activated successfuly, false otherwise.
◆ Deactivate()
virtual bool PsStandardAuthorization::Deactivate |
( |
| ) |
|
|
pure virtual |
Deactivates the library. The method requires internet access.
- Returns
- true if the library was deactivated successfuly, false otherwise.
◆ Reset()
virtual bool PsStandardAuthorization::Reset |
( |
| ) |
|
|
pure virtual |
Reset the autorization and delete all local data.
- Returns
- true if the authorization was reset successfuly, false otherwise.
◆ Update()
virtual bool PsStandardAuthorization::Update |
( |
| ) |
|
|
pure virtual |
Updates the autorization state. The method requires internet access .
- Returns
- true if the authorization state was updated successfuly, false otherwise.