Class TravelEncryptionChild
Value for the encryptedComm field in traveller This Enum is used by: traveller.encryptedComm
Inheritance
System.Object
TravelEncryptionChild
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class TravelEncryptionChild : Enum
Fields
BF128
2: Transmitted travel data are encrypted using a 128-bit key unique to each database
Declaration
public const TravelEncryptionChild BF128
Field Value
Type | Description |
---|---|
TravelEncryptionChild |
None
0: Transmitted travel data are not encrypted (only ZIPed)
Declaration
public const TravelEncryptionChild None
Field Value
Type | Description |
---|---|
TravelEncryptionChild |
Serial
1: Transmitted travel data are encrypted using licence serial no. as key
Declaration
public const TravelEncryptionChild Serial
Field Value
Type | Description |
---|---|
TravelEncryptionChild |
value__
Declaration
public short value__
Field Value
Type | Description |
---|---|
System.Int16 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)