Table of Contents

Class LicenseExtractorResult

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

The default ILicenseChecker result.

public sealed class LicenseExtractorResult
Inheritance
LicenseExtractorResult
Inherited Members

Constructors

LicenseExtractorResult(License, string?)

Initializes a new instance.

public LicenseExtractorResult(License license, string? extractionMode)

Parameters

license License

The extracted license.

extractionMode string

Properties

ExtractionMode

The license mode used for extraction.

public string? ExtractionMode { get; }

Property Value

string

License

The valid licenses.

public License License { get; }

Property Value

License