edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

ExFTPClientUnlock Method

Unlock the software for use. This method should be used when a configuration file isn't available

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public void Unlock(
	string owner,
	string key
)

Parameters

owner  String
owner string
key  String
license key

Implements

IExFileTransferClientUnlock(String, String)

See Also