Skip to main content

C2xSecPacketGetSignerHandle

Valid for: CANoe DE

Function Syntax

long C2xSecPacketGetSignerHandle( long packetHandle );

Description

Gets the handle of the certificate used by the signer of the packet.

Parameters

  • packetHandle: Handle of the packet

Return Values

  • 0: Failure
  • ≠0: Handle of the used certificate.

Example

See example of C2xSecCertificateGetHashedId8.