OpenDOF Project
boolean DOFConnectionConfigBuilder_SetCredentials ( DOFConnectionConfigBuilder  self,
DOFCredentials  credentials 
)

Set the Credentials in the given DOFConnectionConfigBuilder.

Please refer to DOFConnectionConfigBuilder_Create for the default value for this setting.

Parameters
selfThe Connection Config Builder. If self is NULL, no action will be taken.
credentialsThe authentication Credentials that will be used on the connection. If credentials is NULL, no credentials are used, and the security mode and permissions are ignored.
Return values
TRUEThe Credentials was set.
Exceptions
FALSEFailed to set Credentials.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22