Table of Contents

Class LicenseCheckerContext

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

The default ILicenseChecker context.

public sealed class LicenseCheckerContext
Inheritance
LicenseCheckerContext
Inherited Members

Constructors

LicenseCheckerContext(License)

Initialize a new instance.

public LicenseCheckerContext(License license)

Parameters

license License

Properties

License

The license to check.

public License License { get; }

Property Value

License