DOFAuthenticatorConfigBuildersetAuthenticatorIdentifier Method OpenDOF Object Access Library
Set the authenticator identity of this node, which is handling the storage authentication requests.

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

C#
public DOFAuthenticatorConfigBuilder setAuthenticatorIdentifier(
	byte authenticatorID
)

Parameters

authenticatorID
Type: SystemByte
The authenticator identity of the node.

Return Value

Type: DOFAuthenticatorConfigBuilder
The Builder.
Remarks

Set the authenticator identity of this node, which is handling the storage authentication requests. A node that supports multiple authenticators would use the same node identifier for each authenticator. The node identifier must be >= 0 and <= 63. If storage authentication requests for an authenticator are handled by multiple nodes, then each node must have its own node identity.
See Also

Reference