PowerTCP FTP for .NET
Create Method



Used to explicitly create a runtime license string. Only necessary for creating an Extended Distribution license.
Syntax
Public Shared Function Create() As String
Dim value As String
 
value = License.Create()
public static string Create()
public:
static String^ Create(); 

Return Value

A runtime license string that can be used in Set.
Exceptions
ExceptionDescription
Throws a DartLicenseException if no development license is present.
Remarks
By default, creating a product component with a development license present will create a Dart.{product}.lic file that licenses product distribution with the application using it. Use this method to create a .lic file that licenses product distribution with the calling library instead. Throws a DartLicenseException if no development license is present.
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