DOFAuthenticatorRemoteDomainNodecreate Method (DOFObjectIDAuthentication, Byte, Int32, DOFObjectIDAuthentication, Boolean)OpenDOF Object Access Library
Create a RemoteDomain node for authentication.

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

C#
public static DOFAuthenticatorRemoteDomainNode create(
	DOFObjectIDAuthentication nodeID,
	byte[] privateStorage,
	int remoteDomainIdentifier,
	DOFObjectIDAuthentication localNode,
	bool isEnabled
)

Parameters

nodeID
Type: org.opendof.core.oalDOFObjectIDAuthentication
The identifier of the node. Must not be null.
privateStorage
Type: SystemByte
The credential private storage for the node.
remoteDomainIdentifier
Type: SystemInt32
The rdid of this remote domain node.
localNode
Type: org.opendof.core.oalDOFObjectIDAuthentication
The current local node of this remote domain node.
isEnabled
Type: SystemBoolean
Whether or not the node is isEnabled.

Return Value

Type: DOFAuthenticatorRemoteDomainNode
The node.
Remarks

Create a RemoteDomain node for authentication.
See Also

Reference