Exporting a public versioned key
To export public versioned key
Call the I_C_ExportPublicKey
API to export the default version of a versioned key, or a specific version. When no version is specified, the function uses the latest active version. When a specific version is appended (#n), that version is used.
Example
rc = I_C_ExportPublicKey(session, my_version_key, keyBytes);
rc = I_C_ExportPublicKey(session, "my_version_key#4", keyBytes);