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: DOFAuthenticatorConfigBuilderThe Builder.
Remarks
See Also