ExFTPClientUnlock Method
Unlock the software for use. This method should be used when
a configuration file isn't available
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public void Unlock(
string owner,
string key
)
Public Sub Unlock (
owner As String,
key As String
)
public:
virtual void Unlock(
String^ owner,
String^ key
) sealed
abstract Unlock :
owner : string *
key : string -> unit
override Unlock :
owner : string *
key : string -> unit
- owner String
- owner string
- key String
- license key
IExFileTransferClientUnlock(String, String)