Table of Contents

Interface ILicenseExtractor

Namespace
OneImlx.Terminal.Licensing
Assembly
OneImlx.Terminal.dll

An abstraction to extract the software License.

public interface ILicenseExtractor

Methods

ExtractLicenseAsync()

Extracts the License asynchronously.

Task<LicenseExtractorResult> ExtractLicenseAsync()

Returns

Task<LicenseExtractorResult>

GetLicenseAsync()

Gets the extracted license asynchronously.

Task<License?> GetLicenseAsync()

Returns

Task<License>