DOFSystemConfigBuildersetCredentials Method OpenDOF Object Access Library
Set the credentials of the system.

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

C#
public DOFSystemConfigBuilder setCredentials(
	DOFCredentials credentials
)

Parameters

credentials
Type: org.opendof.core.oalDOFCredentials
The system's credentials.
null
means non-secure.

Return Value

Type: DOFSystemConfigBuilder
The builder.
Remarks

Set the credentials of the system.
See Also

Reference