AgileDotNetLicense.AsString Method

SecureTeam Copy Protection

AgileDotNetLicense.AsString

Returns a string that represents the license content.

Syntax

Public Sub AsString( _
   ByVal licenseKey As LicenseKey _
)
public string AsString(
   LicenseKey licenseKey
);

Parameters

licenseKey
The license key used to sign the license.

Return Value

The license content

Remarks

The license content can be used to create a AgileDotNetLicense object, this can be achieved by calling the CreateLicenseFromString method.

See Also

AgileDotNetLicense Class | AgileDotNet.Licensing Namespace