Gets or sets a license key which allows to evaluate, develop, or publish Image Uploader according to the license key type (trial, development, or full).
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property LicenseKey As String
public string LicenseKey { get; set; }
Type: System.String
The valid license key.
If it is necessary to specify several license keys, just separate them with semicolons. See the Example section below.
Default value is "".
Image Uploader Express does not support registering of several license keys. See the Comparison of Image Uploader Editions topic for details.
Image Uploader always works as a full version on localhost
domain (regardless to the license key).
If you have any questions regarding licensing options or any other sales-related queries, do not hesitate to contact at sales@aurigma.com for more details.
<aur:Uploader ID="Uploader1" runat="server" LicenseKey="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXXX;YYYYY-YYYYY-YYYYY-YYYYY-YYYYY-YYYYYY" />