OpenDOF Project
const uint8* DOFCredentials_GetStorageKey ( const DOFCredentials  self)

Returns the storage key used by the credentials for lookup.

The storage key is the identifying data known before the credentials are resolved, typically used by the AS to lookup the credential for resolution. In many cases, this is simply the authentication ID (identity) of the credentials, but some forms of credentials may not know the identity until after resolution completes (e.g., a fingerprint).

Note
The data returned by this call is valid only for the lifetime of the credentials. No access to this data is permitted after the credentials have been destroyed.
Parameters
selfThe credentials. This must not be NULL.
Returns
The credentials' storage key.
core-c-dof-oal Version 7.1.5 Build 0
2017-01-25