OpenDOF Project
const uint8* DOFCredentials_GetPrivateStorage ( const DOFCredentials  self)

Returns the byte array that can be stored into an authentication server datastore and used to verify the credentials during authentication.

This can only be called on a DOFCredentials that has been constructed.

This data must be kept private, as it contains secret data associated with the credentials. It must be protected just as the secrets themselves. It must never be passed in the clear or made public.

Parameters
selfThe credentials. This must not be NULL.
Returns
The private storage byte array.
Exceptions
NULLis returned if the credentials do not contain the private storage information.
See Also
DOFCredentials_GetPrivateStorageSize
core-c-dof-oal Version 7.1.5 Build 0
2017-01-25