OpenDOF Project
const uint8* DOFAuthenticatorConfig_GetDebugKey ( const DOFAuthenticatorConfig  self)

Get the debug key associated with the authenticator configuration, if any.

The key is always a 256-bit key (32 bytes).

Parameters
selfThe Authenticator Config. This must not be NULL.
Returns
The debug key, or NULL if a debug key is not set. This must be non-NULL if DOFAuthenticatorConfig_IsDebug reports TRUE.
core-c-dof-oal Version 7.1.5 Build 0
2017-01-25