Creates a license configuration for a given key in a base 64 binary format.

Namespace: SimpleMode.SecureLicenseManager.LicenseGenerator
Assembly: SimpleMode.SecureLicenseManager.LicenseGenerator (in SimpleMode.SecureLicenseManager.LicenseGenerator.dll) Version: 1.5.5120.0 (1.5.5120.0)

Syntax

C#
public static LicenseConfiguration CreateLicenseConfiguration(
	string key
)
Visual Basic
Public Shared Function CreateLicenseConfiguration ( _
	key As String _
) As LicenseConfiguration
Visual C++
public:
static LicenseConfiguration^ CreateLicenseConfiguration(
	String^ key
)

Parameters

key
Type: System..::..String
The RSA (private/public) key in base 64 binary format.

Return Value

A instance with the specified key.

See Also