Initializes an instance of SecureLicenseGenerator using a particular license configuration key.
Namespace: SimpleMode.SecureLicenseManager.LicenseGeneratorAssembly: SimpleMode.SecureLicenseManager.LicenseGenerator (in SimpleMode.SecureLicenseManager.LicenseGenerator.dll) Version: 1.5.5120.0 (1.5.5120.0)
Syntax
C# |
---|
public SecureLicenseGenerator(
string licenseConfigurationKey
) |
Visual Basic |
---|
Public Sub New ( _
licenseConfigurationKey As String _
) |
Visual C++ |
---|
public:
SecureLicenseGenerator(
String^ licenseConfigurationKey
) |
Parameters
- licenseConfigurationKey
- Type: System..::..String
The license configuration key that will be used during license key generation.
See Also