
Public Member Functions | |
| TrialLicense () | |
| int | GetComponentIndex (String name) |
| byte[] | GetComponent (String name) |
| byte[] | GetLicenseBytes () |
| byte[] | GetSignatureBytes () |
Properties | |
| String | Name [get] |
| String | Version [get] |
| String[] | ComponentNames [get] |
Private Member Functions | |
| byte[] | decodeComponentData (String[] data) |
Private Attributes | |
| String | name = "" |
| String | version = "0.0.0" |
| Hashtable | component_data = null |
| String[] | component_names |
| String[] | component_accessors |
| String[] | LicenseBytes |
| String[] | SignatureBytes |
| Core.Tools.License.TrialLicense.TrialLicense | ( | ) |
| int Core.Tools.License.TrialLicense.GetComponentIndex | ( | String | name | ) |
| byte [] Core.Tools.License.TrialLicense.GetComponent | ( | String | name | ) |
Implements Core.Interfaces.IEncodedComponent.
| byte [] Core.Tools.License.TrialLicense.decodeComponentData | ( | String[] | data | ) | [private] |
| byte [] Core.Tools.License.TrialLicense.GetLicenseBytes | ( | ) |
| byte [] Core.Tools.License.TrialLicense.GetSignatureBytes | ( | ) |
String Core.Tools.License.TrialLicense.name = "" [private] |
String Core.Tools.License.TrialLicense.version = "0.0.0" [private] |
Hashtable Core.Tools.License.TrialLicense.component_data = null [private] |
String [] Core.Tools.License.TrialLicense.component_names [private] |
Initial value:
{
"License",
"Signature"
}
String [] Core.Tools.License.TrialLicense.component_accessors [private] |
Initial value:
{
"GetLicenseBytes",
"GetSignatureBytes"
}
String [] Core.Tools.License.TrialLicense.LicenseBytes [private] |
Initial value:
{
"H4sIAAAAAAAACwIAAAD//wBAAL//tQzexyAzq1R21Mb8hh7OxfP+6cXGQjHUb/g/hfLQwf7tQGQGQleTifhTIBhgHQsYOhcb0Qwar07pa3o5hWKZZwAAAP//AwDaSt+2QAAAAA=="
}
String [] Core.Tools.License.TrialLicense.SignatureBytes [private] |
Initial value:
{
"H4sIAAAAAAAACwIAAAD//wCAAH//T/fo8DKk3XVnfUx/OfdwforKRasws9NOTutUGuTG4MffUAjfAU0wfUfiWbd0krkZtacOxK9lYKBhwQQ2uBu3XuzWPMBPnuqgbdLJb7kcEI1VqM9NdHQ9VbyqnWtkD0KolrzGA1M=",
"sdnC45yb2fjI6sxhY8bU6g3unON5KTJAXF7GAAAA//8DAOBJZAaAAAAA"
}
String Core.Tools.License.TrialLicense.Name [get] |
Implements Core.Interfaces.IEncodedComponent.
String Core.Tools.License.TrialLicense.Version [get] |
Implements Core.Interfaces.IEncodedComponent.
String [] Core.Tools.License.TrialLicense.ComponentNames [get] |
Implements Core.Interfaces.IEncodedComponent.