nabto_device_connection_get_client_fingerprint_hex()
DEPRECATED
This function is deprecated and should not be used for new implementations.
DESCRIPTION
Get the truncated fingerprint of a clients public key. Fingerprint must be freed using nabto_device_string_free().
DECLARATION
NABTO_DEVICE_DECL_PREFIX NabtoDeviceError NABTO_DEVICE_API
nabto_device_connection_get_client_fingerprint_hex(NabtoDevice* device,
NabtoDeviceConnectionRef ref,
char** fp)
PARAMETERS
device:
- [in] The device
ref:
- [in] The connection reference to get fingerprint from
fingerprint:
- [out] Where to put the fingerprint
RETURNS
NABTO_DEVICE_EC_OK iff the fingerprint is available.