value_to_ulong
Description:
public bool value_to_ulong (
uint8[] value,
out ulong result)
Convert `CK_ULONG` 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.
|