Method

HaslContextget_allowed_mechanisms

since: 0.1

Declaration [src]

const char*
hasl_context_get_allowed_mechanisms (
  HaslContext* ctx
)

Description [src]

Gets the list of allowed mechanisms for ctx.

Available since: 0.1

Return value

Type: const char*

The list of allowed mechanisms.

The data is owned by the instance.
The value is a NUL terminated UTF-8 string.