Show / Hide Table of Contents

Method GetLicense

| Improve this Doc View Source

GetLicense(CultureInfo, String, Version, LicenseKey, String, String, String, String, String)

Gets the requested license.

Declaration
protected abstract LicensePublisherResponse GetLicense(CultureInfo cultureInfo, string product, Version version, LicenseKey licenseKey, string category, string name, string company, string email, string data)
Parameters
Type Name Description
System.Globalization.CultureInfo cultureInfo

The license client culture.

System.String product

The product name.

System.Version version

The product version.

LicenseKey licenseKey

The license key.

System.String category

The license category.

System.String name

The user name.

System.String company

The user company.

System.String email

The user email address.

System.String data

The data to set for the license.

Returns
Type Description
LicensePublisherResponse

The requested License or an error message encapsulated in a LicensePublisherResponse object.

Remarks

The error message should respect the provided client culture.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest