DOFServerConfigBuilderSecurableTsetDomainDiscoveryCredentials Method OpenDOF Object Access Library
Set the credentials used for remote domain discovery.

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

C#
public virtual T setDomainDiscoveryCredentials(
	DOFCredentials credentials
)

Parameters

credentials
Type: org.opendof.core.oalDOFCredentials
the domain discovery credentials for this server.
null
means none (default).

Return Value

Type: T
The builder.
Remarks

Set the credentials used for remote domain discovery.
See Also

Reference