License Methods |
The License type exposes the following members.
Name | Description | |
---|---|---|
![]() | ActivateInstallationLicenseFile(Int32, String, String) | Activates online using a specified License ID, and customer password or activation password |
![]() | ActivateInstallationLicenseFile(String, XmlActivationService, String) | Activates online using a specified License ID, customer password or activation password, and endpoint URL |
![]() | ActivateInstallationLicenseFile(String, String, String) | Activates online using the license's current License ID, the specified customer password or activation password, and endpoint URL |
![]() | ActivateInstallationLicenseFile(Int32, String, XmlActivationService, String) | Activates online using a specified License ID, customer password or activation password, and endpoint URL |
![]() | ActivateInstallationLicenseFile(Int32, String, String, String) | Activates online using the license's current License ID, the specified customer password or activation password, and endpoint URL |
![]() | ActivateOnline(String, XmlActivationService) | Activates online using the license's current License ID, the specified customer password or activation password, and SoapHttpClientProtocol (.NET Framework) or the XmlWebService (.NET Standard) object |
![]() | ActivateOnline(String, String) | Activates online using the license's current License ID, the specified customer password or activation password, and endpoint URL |
![]() | ActivateOnline(Int32, String, XmlActivationService) | Activates online using the specified License ID, customer password or activation password, and SoapHttpClientProtocol object. |
![]() | ActivateOnline(Int32, String, String) | Activates online using the specified License ID, customer password or activation password, and endpoint URL. |
![]() | AddIdentifierAlgorithm | Adds a SystemIdentifierAlgorithm implementation to use for system identification and verification. |
![]() | AddTimeServerCheck(String) | Add an SNTP server to the list of servers to check |
![]() | AddTimeServerCheck(String, Int32) | Add an SNTP server to the list of servers to check |
![]() | AddTimeServerCheck(String, Int32, Int32, Int32) | Add an SNTP server to the list of servers to check |
![]() | CheckInstallationStatus | Checks the installation status for the given Installation ID against SOLO Server using the current value in the InstallationID property. |
![]() | CheckInstallationStatus(String) | Checks the installation status for the given Installation ID against SOLO Server using the current value in the InstallationID property and a specified endpoint. |
![]() | CheckInstallationStatus(XmlActivationService) | Checks the installation status for the given Installation ID against SOLO Server using the current value in the InstallationID property and a specified endpoint. |
![]() | CheckTimeAgainstServers | Checks the system time against multiple time servers/sntp requests, allowing up to a 5 minute difference. |
![]() | CheckTimeAgainstServers(Double) | Checks the system time against multiple time servers/sntp requests |
![]() | DeactivateInstallation | Deactivates the license with SOLO Server using the InstallationID property. |
![]() | DeactivateInstallation(String) | Deactivates the license with SOLO Server using the InstallationID property and the specified endpoint. |
![]() | DeactivateInstallation(XmlActivationService) | Deactivates the license with SOLO Server using the InstallationID property and the specified endpoint. |
![]() | DecrementLicenseCounter(Int32) | Decrements the License Counter value for the given Installation ID against SOLO Server using the current value in the InstallationID property. |
![]() | DecrementLicenseCounter(String, Int32) | Decrements the License Counter value for the given Installation ID against SOLO Server using the current value in the InstallationID property and a specified endpoint. |
![]() | DecrementLicenseCounter(XmlActivationService, Int32) | Decrements the License Counter value for the given Installation ID against SOLO Server using the current value in the InstallationID property and a specified endpoint. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetActivationInstallationLicenseFileRequest | Builds a manual activation XML request string |
![]() | GetActivationRequest | Builds a manual activation XML request string |
![]() | GetCheckInstallationStatusRequest | Builds a manual status check XML request string using the current value in the InstallationID property |
![]() | GetDeactivateInstallationRequest | Builds a manual status check XML request string using the current value in the InstallationID property |
![]() | GetDecrementLicenseCounterRequest | Builds a manual status check XML request string using the current value in the InstallationID property |
![]() | GetEncryptionKey | Gets the AuthorEncryptionKey object used for cryptographic routines. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetLicenseRefreshRequest | Builds a manual license refresh XML request string using the current value in the InstallationID property |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InitializeCurrentIdentifiers | Initializes the CurrentIdentifiers property using the algorithms added using the AddIdentifierAlgorithm(SystemIdentifierAlgorithm) method. |
![]() | initializeFromXml | Initializes properties from a plain-text XML license document. |
![]() | Load | Loads a License File from a String in memory. |
![]() | LoadFile | Loads a License File from the file system and returns true if successful |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ProcessActivateInstallationLicenseFileResponse(String, String) | Processes an activation XML response string |
![]() | ProcessActivateInstallationLicenseFileResponse(XmlNode, String) | Processes an activation XML response |
![]() | ProcessActivationResponse(String) | Processes an activation XML response string |
![]() | ProcessActivationResponse(XmlNode) | Processes an activation XML response. |
![]() | ProcessCheckInstallationStatusResponse(String) | Processes a CheckInstallationStatus XML response string |
![]() | ProcessCheckInstallationStatusResponse(XmlNode) | Processes a CheckInstallationStatus XML response string |
![]() | ProcessDeactivateInstallationResponse(String) | Processes a DeactivateInstallation XML response string |
![]() | ProcessDeactivateInstallationResponse(XmlNode) | Processes a DeactivateInstallation XML response string |
![]() | ProcessDecrementLicenseCounterResponse(String) | Processes a DecrementLicenseCounter XML response string |
![]() | ProcessDecrementLicenseCounterResponse(XmlNode) | Processes a DecrementLicenseCounter XML response string |
![]() | ProcessLicenseRefreshResponse(String, String) | Processes an activation XML response string |
![]() | ProcessLicenseRefreshResponse(XmlNode, String) | Processes an License Refresh XML response |
![]() | RefreshLicense(String) | Returns the current license file contents from SOLO Server using the current value in the InstallationID property. |
![]() | RefreshLicense(String, String) | Returns the current license file contents from SOLO Server using the current value in the InstallationID property. |
![]() | RefreshLicense(XmlLicenseFileService, String) | Returns the current license file contents from SOLO Server using the current value in the InstallationID property. |
![]() | ResetSessionCode | Creates a new session code in the CurrentSessionCode property |
![]() | ToString | (Inherited from Object.) |
![]() | WriteLicenseFile | Writes a License File to the file system. |