DOFConnectionConfigBuildersetCredentials Method OpenDOF Object Access Library
Set the credentials of the connection.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public DOFConnectionConfigBuilder setCredentials(
	DOFCredentials credentials
)

Parameters

credentials
Type: org.opendof.core.oalDOFCredentials
The credentials for this connection.

Return Value

Type: DOFConnectionConfigBuilder
The builder.
Remarks

Set the credentials of the connection.
See Also

Reference