DOFServerConfigBuildersetWildcardCredentials Method OpenDOF Object Access Library
Set the credentials for a connection in any domain not specifically set using addCredentials(DOFCredentials[]) .

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

C#
public DOFServerConfigBuilder setWildcardCredentials(
	DOFCredentials credentials
)

Parameters

credentials
Type: org.opendof.core.oalDOFCredentials
The wildcard credentials for this server.
null
means none (default).

Return Value

Type: DOFServerConfigBuilder
The builder.
See Also

Reference