Click or drag to resize

LicenseManagerGenerateLicenceRequest Method

Generates a license request file in the specified folder.

Namespace: RAYLASE.Shared
Assembly: RAYLASE.Shared (in RAYLASE.Shared.dll) Version: 2.19.0
Syntax
C#
public string GenerateLicenceRequest(
	string path
)

Parameters

path  String
Folder to store request file.

Return Value

String
Name of the generated file.

Implements

ILicenseManagerGenerateLicenceRequest(String)
See Also