PowerSNMP 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
) 
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


PowerSNMP for .NET Documentation Version 8.0
© 2024 Dart Communications. All Rights Reserved.
Send comments on this topic