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).

Lifecycle
The data returned is owned by the DOFCredentials and is only valid as long as the DOFCredentials remains valid. It must not be destroyed individually.
Parameters
selfThe credentials. This must not be NULL.
Returns
The credentials' storage key.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22