LicensingGui Class |
Namespace: com.softwarekey.Client.Gui
The LicensingGui type exposes the following members.
Name | Description | |
---|---|---|
![]() | LicensingGui | Creates a new LicensingGui object. |
Name | Description | |
---|---|---|
![]() | AllowManualActivation | Gets or sets whether or not a user may activate manually using the license management dialog. |
![]() | AllowManualDeactivation | Gets or sets whether or not a user may deactivate manually using the license management dialog. |
![]() | AllowManualRefresh | Gets or sets whether or not a user may refresh manually using the license management dialog. |
![]() | AllowManualTriggerCode | Gets or sets whether or not a user may manually alter the license using Protection PLUS 4 compatible trigger codes. |
![]() | AllowOnlineActivation | Gets or sets whether or not a user may activate online using the license management dialog. |
![]() | AllowOnlineDeactivation | Gets or sets whether or not a user may deactivate online using the license management dialog. |
![]() | AllowOnlineRefresh | Gets or sets whether or not a user may refresh online using the license management dialog. |
![]() | ApplicationLicense | Gets or sets the application's License. |
![]() | CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from Component.) |
![]() | ConnectionInformation | Gets automatically detected Internet connection information. |
![]() | Container | Gets the IContainer that contains the Component. (Inherited from Component.) |
![]() | DefaultRequestFileName | Gets or sets the default request file name (Request.html by default). |
![]() | DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.) |
![]() | Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component.) |
![]() | InitialLicenseID | Gets or sets the initial License ID displayed on the license management dialog. |
![]() | InitialPassword | Gets or sets the initial password displayed on the license management dialog. |
![]() | InternetAutoDetectionTimeout | Gets or sets the maximum amount of time (in milliseconds) an automatic detection tests to run. |
![]() | InternetAutoDetectionUri | The URL to use for automatic detection tests. |
![]() | InternetEnableAutoDetection | Set to true to enable automatic detection, or false to disable this feature. |
![]() | IsInstallationNameEnabled | Gets or sets the if the Installation Name edit box is enabled or disabled. If disabled, the user is not able to enter an Installation Name. |
![]() | LicenseManagementActionsAllowed | Gets or sets the license management actions allowed. You may manually add the integer values from the LicenseManagementActionTypes enumeration and add select values together to only enable certain actions, or you may use one of the enumeration's masks (such as All or None). |
![]() | LicenseStatusEntries | Gets the collection of license status entries, which are displayed on the license management form. |
![]() | ManagementDialogCustomIcon | Gets or sets a custom icon (which overrides the default if set) for the license management dialog. |
![]() | ManagementDialogTitle | Gets or sets the title of the license management dialog. |
![]() | ManualRequestUri | The URL to access SOLO Server's manual request processing page. |
![]() | ProxyAuthenticationCredentials | Gets proxy server authentication credentials entered by the user. |
![]() | RegKey2Seed | Gets or sets the seed value used to decode "Activation Code 2" values when activating manually. The decoded value will contain 14 bits of additional numeric data. |
![]() | Site | (Inherited from Component.) |
![]() | SplashBackgroundColor | Gets or sets the splash screen's background color that is used when no splash image is used. |
![]() | SplashImage | Gets or sets the image to display on the splash screen. |
![]() | SplashMinimumDuration | Gets or sets the minimum duration which the splash screen should be displayed. It may be displayed for a longer time if work is being done asynchronously. |
![]() | SplashTopMost | Gets or sets whether to splash screen shows on top of all other windows. |
![]() | TriggerCodeSeed | Gets or sets the seed value used for validating "Activation Code 1" values when activating manually. |
![]() | TriggerCodesRequireLicenseID | Gets or sets whether or not users will be required to enter a License ID when activating via the manual exchange of trigger/activation codes. |
![]() | TriggerCodesRequirePassword | Gets or sets whether or not users will be required to enter a password when activating via the manual exchange of trigger/activation codes. Requiring a password will also require a License ID. |
![]() | TriggerCodesUseEncryptedKey | Gets or sets the seed value used for validating "Activation Code 1" values when activating manually. |
![]() | XmlActivationServiceUri | The URL to access SOLO Server's XmlActivationService web service. |
![]() | XmlLicenseFileServiceUri | The URL to access SOLO Server's XmlLicenseFileService web service. |
![]() | XmlLicenseServiceUri | The URL to access SOLO Server's XmlLicenseService web service. |
![]() | XmlNetworkFloatingServiceUri | The URL to access SOLO Server's XmlNetworkFloatingService web service. |
Name | Description | |
---|---|---|
![]() | CreateNewXmlActivationServiceObject | Creates a new XmlActivationService object, which may be used for processing web service methods centered around activation. |
![]() | CreateNewXmlLicenseFileServiceObject | Creates a new XmlLicenseFileService object, which may be used for processing web service methods centered around XML license file calls to SOLO Server. |
![]() | CreateNewXmlLicenseServiceObject | Creates a new XmlLicenseService object, which may be used for processing web service methods centered around XML license calls to SOLO Server (such as update checks). |
![]() | CreateNewXmlNetworkFloatingServiceObject | Creates a new XmlNetworkFloatingService object, which may be used for processing web service methods centered around network floating licensing via SOLO Server. |
![]() | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
![]() | Dispose | Releases all resources used by the Component. (Inherited from Component.) |
![]() | Dispose(Boolean) | Clean up any resources being used. (Overrides ComponentDispose(Boolean).) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Inherited from Component.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() | GetService | (Inherited from Component.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() | InternetAutoDetect | Runs Internet and proxy auto-detection, regardless of the value in the InternetEnableAutoDetection property. |
![]() | LoadSplashImageFile | Loads the SplashImage from a file. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) |
![]() | ShowDialog(LicensingGuiDialog) | Displays the specified LicensingGuiDialog. |
![]() | ShowDialog(LicensingGuiDialog, IWin32Window) | Displays the specified LicensingGuiDialog. |
![]() | ShowDialog(LicensingGuiDialog, IWin32Window, FormStartPosition) | Displays the specified LicensingGuiDialog. |
![]() | ToString | Returns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from Component.) |
Name | Description | |
---|---|---|
![]() | Disposed | Occurs when the component is disposed by a call to the Dispose method. (Inherited from Component.) |
![]() | LicenseManagementActionComplete | Occurs when the user has completed an action on the license management form. |
![]() | ManualActionLoadRequested | Occurs when a saved manual request should be restored so that it may be completed. |
![]() | ManualActionSaveRequested | Occurs when the user requests to complete a manual request later (in case the application is closed). |
![]() | SplashDoWork | Occurs when the splash screen is ready to perform some arbitrary work asynchronously. |
![]() | SplashWorkCompleteEvent | Occurs when the splash screen has completed some arbitrary work asynchronously. |