DOFDomainConfigBuildersetCredentials Method OpenDOF Object Access Library
Set the credentials.

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

C#
public DOFDomainConfigBuilder setCredentials(
	DOFCredentials credentials
)

Parameters

credentials
Type: org.opendof.core.oalDOFCredentials
The credentials to use for the DOFDomain. Must not be null.

Return Value

Type: DOFDomainConfigBuilder
The Builder.
Remarks

Set the credentials.
See Also

Reference