Auth ID SetDeviceLocker

This API sets device locker object for Crypto SDK. The SDK will make use of this object to get device locking key (by calling GetKey() method) to lock credentials to the given device. If GetKey() returns empty (""), SDK does not perform any device locking.
aa82test
Description
This API sets device locker object for Crypto SDK. The SDK will make use of this object to get device locking key (by calling GetKey() method) to lock credentials to the given device. If GetKey() returns empty (""), SDK does not perform any device locking.
API Signature
SDK_STATUS SetDeviceLocker(IDeviceLock *devlocker) throw()
Parameters
deviceLocker [in]
Specifies an instance of the object derived from IDeviceLocker abstract class
Return Values
Return Value
Inference
SDKSTATUS_OK
Successful
SDKSTATUS_BADPARAM
If IDeviceLocker is NULL
SDKSTATUS_FAILED
GetKey() returns NULL