DOFConnectionStategetTrustedDomains Method OpenDOF Object Access Library
Get this config trusted domain identifiers.

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

C#
IList<DOFObjectIDDomain> getTrustedDomains()

Return Value

Type: IListDOFObjectIDDomain
this server's domain identifiers.
Remarks

Get this config trusted domain identifiers. The list of domains that are handled by this connection, created using DOFConnection.Config.Builder.addTrustedDomains.
See Also

Reference