Skip to main content
Open topic with navigation

X509_SetVerbosity

CAPL Functions » Security » X509_SetVerbosity Valid for: CANoe DE • CANoe4SW DE

Method Syntax

void  X509_SetVerbosity(dword level);

Description

Configures the notification level of X509Certificate functions from off (0) to high (5).

Parameters

  • dword level
    Desired notification level. Range: 0-5
    • 0: Off
    • 1: All errors are printed
    • 2: Additionally warnings are printed
    • 3: Information messages are printed too
    • 4-5: Debug messages are active

Return Values

Example