PowerTCP SSH and SFTP for .NET
.NET Standard Runtime Licensing

.NET runtime licensing is used if .NET Framework runtime licensing is not (see .NET Framework Runtime Licensing). If you are transitioning a project away from the legacy licenses.licx technique, but targeting Dart .NET Framework assemblies; remove the licenses.licx file from the project OR the Dart component entries from the licenses.licx file.

How to use .NET Runtime Licensing:

  1. Ensure a license has been activated (see License Activation).
  2. Open the project in your IDE.
  3. Add your runtime key to the project, prior to creating an instance of a licensed class:
      C#:
        Dart.Snmp.License.Set("YourRuntimeKey");
     VB .NET:
        Dart.Snmp.License.Set("YourRuntimeKey")



Note: If your application creates instances of Dart components in separate application domains, a call to License.Set will need to be added to your code where it will be executed within the application domain itself.


PowerTCP SSH and SFTP for .NET Documentation Version 8.0
© 2025 Dart Communications. All Rights Reserved.
Send comments on this topic