OpenDOF Project
boolean DOFServerConfigBuilder_SetDomainDiscoveryCredentials ( const DOFServerConfigBuilder  self,
DOFCredentials  credentials 
)

Sets the domain wildcard credentials for the server.

These will be passed on to incoming connections.

Parameters
selfThe DOFServerConfigBuilder to add the wildcard domain credentials to. If self is NULL, no action will be taken.
credentialsThe DOFCredentials to use as wildcard domain credentials. If NULL the previously set credentials will be removed.
Returns
boolean TRUE The DOFCredentials were added to the config.
Exceptions
FALSEIf the DOFCredentials failed to be added.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22