AgileDotNetLicense.Save(String, LicenseKey) Method

SecureTeam Copy Protection

AgileDotNetLicense.Save

Stores the content of the license.

Syntax

Public Overloads Sub Save( _
   ByVal fileName As String, _
   ByVal licenseKey As LicenseKey _
)
public void Save(
   string fileName,
   LicenseKey licenseKey
);

Parameters

fileName
The name of the file to which the license will be written to.
licenseKey
License key used to encrypt the license file.

See Also

AgileDotNetLicense Class | AgileDotNet.Licensing Namespace | AgileDotNetLicense.Save Overload List