This function is called to retrieve the version of the current Authentication Suite Server SDK native host library (C library). In addition, it will also retrieve the bitness (32- or 64-bit) and the type (SSM, HSM, ICSF) of the native host library.
Parameters
Table: Parameters (AAL2GetLibraryVersion)
Type
Name
Use
Description
aat_ascii *
LibraryVersion
O
String of up to 15+1 characters library version of the form w.x.y.z with w, x, yand z positive decimal value between 0 and 255 (+ 1 null terminator character).
aat_int32 *
LibraryVersionLength
I/O
In input, this parameter must indicate the size of the allocated buffer for the LibraryVersion parameter (recommended 16 bytes).
In output, this parameter indicates the length of the LibraryVersion string (without the null-terminated character).