value_to_boolean
Description:
public bool value_to_boolean (
uint8[] value,
out bool result)
Convert `CK_BBOOL` type memory to a boolean.
Parameters:
| value |
memory to convert
|
| result |
A location to store the result
|
| length |
length of memory
|
Returns:
|
Whether the conversion was successful.
|