DOFOperationBridgeConfigBuildersetCredentials Method OpenDOF Object Access Library
Set the credentials for the bridge.

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

C#
public DOFOperationBridgeConfigBuilder setCredentials(
	DOFCredentials credentials
)

Parameters

credentials
Type: org.opendof.core.oalDOFCredentials
The credentials. Default is null (unsecure).

Return Value

Type: DOFOperationBridgeConfigBuilder
The Builder.
Remarks

Set the credentials for the bridge.
See Also

Reference