OemSafetyKeyVerification
Feature Info
Module | Category Path | Type | Access |
---|---|---|---|
Interface | Root / OemSafetyKey | Enumeration | RW |
Description
Defines which key can be compared with the programmed OEM safety key.
Acts as a selector for CheckOemSafetyKey.
Recommended value:EncryptedKey.
Default value: ProgrammingKeyOrEncryptedKey.
Selected Features
Enumeration Values
ProgrammingKey
: Only the key written to ProgramOemSafetyKey can be used to verify the OEM safety key.EncryptedKey
: Only the key read from EncryptedOemSafetyKey can be used to verify the OEM safety key (recommended).ProgrammingKeyOrEncryptedKey
: Both the key written to ProgramOemSafetyKey and the key read from EncryptedOemSafetyKey can be used to verify the OEM safety key.
See also in the Functional Guide
See also in the Reference