DOFSystemConfigBuilderSecuresetRemoteDomain Method OpenDOF Object Access Library
Set the remote domain of the system.

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

C#
public DOFSystemConfigBuilderSecure setRemoteDomain(
	DOFSecurityScope remoteDomain
)

Parameters

remoteDomain
Type: org.opendof.core.oalDOFSecurityScope
The security scope of an operation to provide into. This must be in a related domain to the credentials of the system.

Return Value

Type: DOFSystemConfigBuilderSecure
The builder.
Remarks

Set the remote domain of the system.
See Also

Reference