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