edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Unlock the software for use. This method should be used when a configuration file isn't available

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public virtual void Unlock(
	string owner,
	string key
)
Visual Basic
Public Overridable Sub Unlock ( _
	owner As String, _
	key As String _
)
Visual C++
public:
virtual void Unlock(
	String^ owner, 
	String^ key
)

Parameters

owner
Type: System..::..String
owner string
key
Type: System..::..String
license key

See Also