The ProductLicense type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ProductLicense |
Creates an instance
|
Methods
| Name | Description | |
|---|---|---|
| CheckCredentials |
Checks the given credentials.
| |
| Dispose | Overloaded. | |
| Equals | (Inherited from Object.) | |
| Finalize |
License object finalizer.
(Overrides Object..::.Finalize()()().) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| LicenseDelete |
Deletes an unmanaged license object.
| |
| LicenseIsValid |
Returns true if the license is valid.
| |
| LicenseNew |
Creates a new DesktopSqlCe license from the username and key
| |
| LicenseTrialDays |
Returns the number of trial days for this license.
| |
| LicenseUseDays |
Returns the number of days the trial license is in use.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ProdLicenseCheck |
Checks if a given user name and key pair is valid for the license.
| |
| ProdLicenseNew |
Creates a new generic product license.
| |
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| m_pLicense |
Pointer to the unmanaged license object.
|
Properties
| Name | Description | |
|---|---|---|
| IsValid |
Gets a booelan value indicating whether the license is valid or not.
| |
| Ptr |
Gets the unmanaged license object pointer.
| |
| TrialDays |
Gets the total number of trial days for this license.
| |
| UseDays |
Gets the number of days this license is in use.
|