DOFSystemConfigBuilderSecure Constructor OpenDOF Object Access Library
Constructs a new builder using the default secure configuration (see
DOFSystem.Config.Builder()
).

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

C#
public BuilderSecure(
	DOFCredentials credentials
)

Parameters

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

Reference