DOFAuthenticatorConfiggetAuthenticatorIdentifier Method OpenDOF Object Access Library
Get 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 byte getAuthenticatorIdentifier()

Return Value

Type: Byte
The authenticator identity.
Remarks

Get the authenticator identity of this node, which is handling the storage authentication requests. A node that supports multiple authenticators uses the same node identifier for each authenticator. The node identifier is >= 0 and <= 63.
See Also

Reference