Documentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
C2xSecPacketGetSignerType
Valid for: CANoe DEFunction Syntax
Description
Retrieves how the message signer information is included in the message. The information can be transmitted as digest (HashedId8), certificate or certificate chain.Parameters
- packetHandle: Handle of the signed packet.
Return Values
- 0: unsecured
- 1: digest
- 2: certificate
- 3: certificate chain