Table of Contents

Class CheckResult

Namespace
The.Licensing
Assembly
Instagile.dll
public sealed class CheckResult
Inheritance
CheckResult
Inherited Members

Fields

Challenge

public readonly string? Challenge

Field Value

string

Explanation

public readonly string Explanation

Field Value

string

IsLicensedForDebug

public readonly bool IsLicensedForDebug

Field Value

bool

IsLicensedForRelease

public readonly bool IsLicensedForRelease

Field Value

bool

IsProductionLicensed

public readonly bool IsProductionLicensed

Field Value

bool

RequiresResponse

public readonly bool RequiresResponse

Field Value

bool

Methods

DebugLicensed(string)

license errors, but running under debugger

public static CheckResult DebugLicensed(string reason)

Parameters

reason string

Returns

CheckResult

DemoLicensed()

public static CheckResult DemoLicensed()

Returns

CheckResult

DemoLicensed(string)

public static CheckResult DemoLicensed(string challenge)

Parameters

challenge string

Returns

CheckResult

ProductionLicensed(string)

no license errors, has prod license

public static CheckResult ProductionLicensed(string licensee)

Parameters

licensee string

Returns

CheckResult

ResponseRequired(string)

no license errors, but challenge response is required

public static CheckResult ResponseRequired(string challenge)

Parameters

challenge string

Returns

CheckResult

TestLicensed()

no license errors, no prod license

public static CheckResult TestLicensed()

Returns

CheckResult

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.

Unlicensed(string)

fatal license errors

public static CheckResult Unlicensed(string reason)

Parameters

reason string

Returns

CheckResult