Method Publish
| Improve this Doc View SourcePublish(Int32, String, String, String, String, String, String, String, String)
Publishes the requested license.
Declaration
[OperationContract]
string Publish(int culture, string product, string version, string encryptedLicenseKey, string category, string name, string company, string email, string data)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | culture | The license client culture LCID. |
System.String | product | The product name. |
System.String | version | The product version. |
System.String | encryptedLicenseKey | The encrypted license key. |
System.String | category | The license category. |
System.String | name | The user name. |
System.String | company | The user company. |
System.String | The user email address. |
|
System.String | data | The data to set for the license. |
Returns
Type | Description |
---|---|
System.String | The response sent to license client. |