Unlock the software for use. This method should be used when
a configuration file isn't available
Namespace: EnterpriseDT.Net.Ftp.SshAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Syntax
| C# |
|---|
public void Unlock( string owner, string key ) |
| Visual Basic |
|---|
Public Sub Unlock ( _ owner As String, _ key As String _ ) |
| Visual C++ |
|---|
public: virtual void Unlock( String^ owner, String^ key ) sealed |