Construct a DOFCredentials with a target domain.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public static DOFCredentials create( DOFCredentials initialCredentials, DOFObjectIDDomain targetDomain )
Parameters
- initialCredentials
- Type: org.opendof.core.oalDOFCredentials
The intial credentials. This must not be null. - targetDomain
- Type: org.opendof.core.oalDOFObjectIDDomain
The target domain. This must not be null or broadcast.
Return Value
Type: DOFCredentialsThe new DOFCredentials.
Remarks
See Also