Skip to main content

C2xSecPacketGetSignerType

Valid for: CANoe DE

Function 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

Example