Add the static domains, which are used on a connection that supports authentication, to verify that the host
being connected to is authorized to process authentication requests in the domains specified.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public DOFConnectionConfigBuilderSecureStream addDomains( params DOFDomainConfig[] domainConfigs )
Parameters
- domainConfigs
- Type: org.opendof.core.oalDOFDomainConfig
The domains to be authorized. Must not be null. Must not contain nulls.
Return Value
Type: DOFConnectionConfigBuilderSecureStreamThe builder.
Remarks
See Also