Table of Contents

Class TerminalIdentifiers

Namespace
OneImlx.Terminal.Shared
Assembly
OneImlx.Terminal.Shared.dll

The standard terminal identifiers.

public sealed class TerminalIdentifiers
Inheritance
TerminalIdentifiers
Inherited Members

Fields

AirGappedDeployment

The air gapped deployment. Ideal for on-premise secured installations.

public const string AirGappedDeployment = "air_gapped"

Field Value

string

AirGappedKey

The air gapped key that is automatically set.

public const string AirGappedKey = "air_gapped_key"

Field Value

string

AirGappedUsage

The air gapped usage that is automatically set.

public const string AirGappedUsage = "air_gapped_usage"

Field Value

string

CustomHandler

The custom handler.

public const string CustomHandler = "custom"

Field Value

string

DefaultHandler

The default handler.

public const string DefaultHandler = "default"

Field Value

string

Issuer

The token issuer.

public const string Issuer = "https://api.perpetualintelligence.com"

Field Value

string

OfflineLicenseMode

The offline license mode.

public const string OfflineLicenseMode = "offline"

Field Value

string

SenderEndpointToken

The sender_endpoint token.

public const string SenderEndpointToken = "sender_endpoint"

Field Value

string

SenderIdToken

The sender_id token.

public const string SenderIdToken = "sender_id"

Field Value

string

SpaceSeparator

The space character used as a separator.

public const char SpaceSeparator = ' '

Field Value

char

StandardDeployment

The standard deployment.

public const string StandardDeployment = "standard"

Field Value

string

StreamDelimiter

The data stream delimiter byte. Defaults to 0x1E or Record Separator.

public const byte StreamDelimiter = 30

Field Value

byte

TestApplicationId

The test application identifier for internal testing.

public const string TestApplicationId = "25541a95-5b25-4efc-a838-89c99946c310"

Field Value

string

Remarks

NOTE: This application is reserved for our internal testing purposes. Do not use in your application code.

ValidationThumbprint

The validation certificate thumbprint.

public const string ValidationThumbprint = "4F8B2E863986461B5FA7F32FD1E8C9E34D914666"

Field Value

string