Get the debug key associated with the authenticator configuration, if any.
The key is always a 256-bit key (32 bytes).
- Lifecycle
- The data returned is owned by the DOFAuthenticatorConfig and is only valid as long as the DOFAuthenticatorConfig remains valid. It must not be destroyed individually.
- Parameters
-
self | The 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.