![]() |
LicenseSpring .Net SDK 7.22.0
Easily add Software Licensing to your application
|
LicenseID interface, see LicenseID
class.
More...
Public Member Functions | |
string | Id () |
Returns license key or user identifier, depending of what is present More... | |
bool | IsEmpty () |
Checks if LicenseID is empty More... | |
bool | IsValid () |
Checks if LicenseID is valid More... | |
Properties | |
string | Key [get] |
License key or empty string, if key is not set, for example in case of user-based product. More... | |
string | Password [get, set] |
Returns user password or empty string, if password is not set. SDK does not store password on disk or anywhere else. More... | |
string | User [get] |
User identifier or empty string, if user is not set, for example in case of key-based product. More... | |
string LicenseSpring.ILicenseID.Id | ( | ) |
Returns license key or user identifier, depending of what is present
Implemented in LicenseSpring.LicenseID.
bool LicenseSpring.ILicenseID.IsEmpty | ( | ) |
Checks if LicenseID is empty
LicenseID considered empty if both license key and user are empty strings.
Implemented in LicenseSpring.LicenseID.
bool LicenseSpring.ILicenseID.IsValid | ( | ) |
Checks if LicenseID is valid
LicenseID considered valid if one of the members (key or user) is not empty. Equivalent of !IsEmpty().
Implemented in LicenseSpring.LicenseID.
|
get |
License key or empty string, if key is not set, for example in case of user-based product.
Implemented in LicenseSpring.LicenseID.
|
getset |
Returns user password or empty string, if password is not set. SDK does not store password on disk or anywhere else.
Implemented in LicenseSpring.LicenseID.
|
get |
User identifier or empty string, if user is not set, for example in case of key-based product.
Implemented in LicenseSpring.LicenseID.