OpenDOF Project
DOFAuthenticatorConfigBuilder DOFAuthenticatorConfigBuilder_Create_State ( DOFAuthenticatorState  self)

Creates a DOFAuthenticatorConfigBuilder from a given state.

Resource Management:
This function allocates resources that must later be freed by calling DOFAuthenticatorConfigBuilder_Destroy or DOFAuthenticatorConfigBuilder_BuildAndDestroy.
Parameters
selfThe state. This must not be NULL.
Returns
DOFAuthenticatorConfigBuilder The connection config builder that represents the given state. This will not have a storage set and will not build until one is set.
Exceptions
NULLIf the builder failed to be built.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22