PowerTCP FTP for .NET
Set Method



A runtime license key string commonly copied from the Dart.{product}.lic file.
Optionally used to set the runtime license before product classes are used. Precludes deployment of the Dart.{product}.lic file.
Syntax
Public Shared Sub Set( _
   ByVal runtimeLicense As String _
) 
Dim runtimeLicense As String
 
License.Set(runtimeLicense)
public static void Set( 
   string runtimeLicense
)
public:
static void Set( 
   String^ runtimeLicense
) 

Parameters

runtimeLicense
A runtime license key string commonly copied from the Dart.{product}.lic file.
Remarks
Since product licensing depends upon the presence of an intact Dart.{product}.lic file, your deployed application can be made more secure by hard-coding your runtime license into your application by using this method.
See Also

Reference

License Class
License Members


PowerTCP FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic