Click or drag to resize

LicensegetLicense Method

read the license file

Namespace:  Karamba.Licenses
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static LicenseValidation getLicense(
	string licFilepath = "",
	string keyFilepath = ""
)

Parameters

licFilepath (Optional)
Type: SystemString
path to the license file
keyFilepath (Optional)
Type: SystemString
path to the key-file

Return Value

Type: LicenseValidation

[Missing <returns> documentation for "M:Karamba.Licenses.License.getLicense(System.String,System.String)"]

See Also