| WritableLicense Methods |
The WritableLicense type exposes the following members.
| Name | Description | |
|---|---|---|
| ActivateInstallationLicenseFile(Int32, String, String) | Activates online using a specified License ID, and customer password or activation password (Inherited from License.) | |
| ActivateInstallationLicenseFile(String, XmlActivationService, String) | Activates online using a specified License ID, customer password or activation password, and endpoint URL (Inherited from License.) | |
| ActivateInstallationLicenseFile(String, String, String) | Activates online using the license's current License ID, the specified customer password or activation password, and endpoint URL (Inherited from License.) | |
| ActivateInstallationLicenseFile(Int32, String, XmlActivationService, String) | Activates online using a specified License ID, customer password or activation password, and endpoint URL (Inherited from License.) | |
| ActivateInstallationLicenseFile(Int32, String, String, String) | Activates online using the license's current License ID, the specified customer password or activation password, and endpoint URL (Inherited from License.) | |
| 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 (Inherited from License.) | |
| ActivateOnline(String, String) | Activates online using the license's current License ID, the specified customer password or activation password, and endpoint URL (Inherited from License.) | |
| ActivateOnline(Int32, String, XmlActivationService) | Activates online using the specified License ID, customer password or activation password, and SoapHttpClientProtocol object. (Inherited from License.) | |
| ActivateOnline(Int32, String, String) | Activates online using the specified License ID, customer password or activation password, and endpoint URL. (Inherited from License.) | |
| AddAlias | Adds an alias, or a hidden copy of the writable License File. | |
| AddIdentifierAlgorithm | Adds a SystemIdentifierAlgorithm implementation to use for system identification and verification. (Inherited from License.) | |
| AddTimeServerCheck(String) | Add an SNTP server to the list of servers to check (Inherited from License.) | |
| AddTimeServerCheck(String, Int32) | Add an SNTP server to the list of servers to check (Inherited from License.) | |
| AddTimeServerCheck(String, Int32, Int32, Int32) | Add an SNTP server to the list of servers to check (Inherited from License.) | |
| CheckAliases | Checks all License File aliases. | |
| CheckInstallationStatus | Checks the installation status for the given Installation ID against SOLO Server using the current value in the InstallationID property. (Inherited from License.) | |
| 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. (Inherited from License.) | |
| 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. (Inherited from License.) | |
| CheckTimeAgainstServers | Checks the system time against multiple time servers/sntp requests, allowing up to a 5 minute difference. (Inherited from License.) | |
| CheckTimeAgainstServers(Double) | Checks the system time against multiple time servers/sntp requests (Inherited from License.) | |
| DeactivateInstallation | Deactivates the license with SOLO Server using the InstallationID property. (Inherited from License.) | |
| DeactivateInstallation(String) | Deactivates the license with SOLO Server using the InstallationID property and the specified endpoint. (Inherited from License.) | |
| DeactivateInstallation(XmlActivationService) | Deactivates the license with SOLO Server using the InstallationID property and the specified endpoint. (Inherited from License.) | |
| DecrementLicenseCounter(Int32) | Decrements the License Counter value for the given Installation ID against SOLO Server using the current value in the InstallationID property. (Inherited from License.) | |
| 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. (Inherited from License.) | |
| 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. (Inherited from License.) | |
| DeleteAliases | Attempts to delete all aliases. | |
| 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 (Inherited from License.) | |
| GetActivationRequest | Builds a manual activation XML request string (Inherited from License.) | |
| GetCheckInstallationStatusRequest | Builds a manual status check XML request string using the current value in the InstallationID property (Inherited from License.) | |
| GetDeactivateInstallationRequest | Builds a manual status check XML request string using the current value in the InstallationID property (Inherited from License.) | |
| GetDecrementLicenseCounterRequest | Builds a manual status check XML request string using the current value in the InstallationID property (Inherited from License.) | |
| GetEncryptionKey | Gets the AuthorEncryptionKey object used for cryptographic routines. (Inherited from License.) | |
| 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 (Inherited from License.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetWritableLicenseFile | Creates a writable License File. | |
| InitializeCurrentIdentifiers | Initializes the CurrentIdentifiers property using the algorithms added using the AddIdentifierAlgorithm(SystemIdentifierAlgorithm) method. (Inherited from License.) | |
| initializeFromXml | Initializes a WritableLicense from an XmlDocument (Overrides LicenseinitializeFromXml(XmlDocument).) | |
| Load | Loads a License File from a String in memory. (Overrides LicenseLoad(String).) | |
| LoadFile | Loads a License File from the file system and returns true if successful (Inherited from License.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ProcessActivateInstallationLicenseFileResponse(String, String) | Processes an activation XML response string (Inherited from License.) | |
| ProcessActivateInstallationLicenseFileResponse(XmlNode, String) | Processes an activation XML response string (Overrides LicenseProcessActivateInstallationLicenseFileResponse(XmlNode, String).) | |
| ProcessActivationResponse(String) | Processes an activation XML response string (Inherited from License.) | |
| ProcessActivationResponse(XmlNode) | Processes an activation XML response. (Inherited from License.) | |
| ProcessCheckInstallationStatusResponse(String) | Processes a CheckInstallationStatus XML response string (Inherited from License.) | |
| ProcessCheckInstallationStatusResponse(XmlNode) | Processes a CheckInstallationStatus XML response string (Inherited from License.) | |
| ProcessDeactivateInstallationResponse(String) | Processes a DeactivateInstallation XML response string (Inherited from License.) | |
| ProcessDeactivateInstallationResponse(XmlNode) | Processes a DeactivateInstallation XML response (Overrides LicenseProcessDeactivateInstallationResponse(XmlNode).) | |
| ProcessDecrementLicenseCounterResponse(String) | Processes a DecrementLicenseCounter XML response string (Inherited from License.) | |
| ProcessDecrementLicenseCounterResponse(XmlNode) | Processes a DecrementLicenseCounter XML response string (Inherited from License.) | |
| ProcessLicenseRefreshResponse(String, String) | Processes an activation XML response string (Inherited from License.) | |
| ProcessLicenseRefreshResponse(XmlNode, String) | Processes an activation XML response string (Overrides LicenseProcessLicenseRefreshResponse(XmlNode, String).) | |
| RefreshLicense(String) | Returns the current license file contents from SOLO Server using the current value in the InstallationID property. (Inherited from License.) | |
| RefreshLicense(String, String) | Returns the current license file contents from SOLO Server using the current value in the InstallationID property. (Inherited from License.) | |
| RefreshLicense(XmlLicenseFileService, String) | Returns the current license file contents from SOLO Server using the current value in the InstallationID property. (Inherited from License.) | |
| ResetSessionCode | Creates a new session code in the CurrentSessionCode property (Inherited from License.) | |
| ToString | (Inherited from Object.) | |
| WriteAliases(Int32, Int32) | Writes to all alias locations. | |
| WriteAliases(Int32, Int32, Boolean) | Writes to all alias locations. | |
| WriteAliasToLicenseFile | Overwrites a License File with an alias | |
| WriteLicenseFile(String) | Writes a License File to the file system. | |
| WriteLicenseFile(String, String) | Writes a License File to the file system. (Inherited from License.) |