Class TravelEncryptionOwn
Value for the encryptedComm field in travelcurrent This Enum is used by: travelcurrent.encryptedComm
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class TravelEncryptionOwn : Enum
Fields
BF128
2: Received travel data are ancrypted unsing a 128-bit key
Declaration
public const TravelEncryptionOwn BF128
Field Value
Type | Description |
---|---|
TravelEncryptionOwn |
None
0: Received travel data are not encrypted (only ZIPed)
Declaration
public const TravelEncryptionOwn None
Field Value
Type | Description |
---|---|
TravelEncryptionOwn |
Serial
1: Received travel data are encrypted using licence serial number as key
Declaration
public const TravelEncryptionOwn Serial
Field Value
Type | Description |
---|---|
TravelEncryptionOwn |
value__
Value for the encryptedComm field in travelcurrent This Enum is used by: travelcurrent.encryptedComm
Declaration
public short value__
Field Value
Type | Description |
---|---|
Int16 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)