Method

HaslGs2Headerset_channel_binding_name

since: 0.3

Declaration [src]

void
hasl_gs2_header_set_channel_binding_name (
  HaslGs2Header* header,
  const char* name
)

Description [src]

Sets the name of the channel binding data that should be used.

Available since: 0.3

Parameters

name

Type: const char*

The name of the channel binding data.

The argument can be NULL.
The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.