Construct an instance of a authenticator configuration builder.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public Builder( DOFObjectIDDomain domainID, byte authenticatorID, DOFAuthenticatorStorage storage )
Parameters
- domainID
- Type: org.opendof.core.oalDOFObjectIDDomain
The domain identifier. This must not be null, and must represent a single ID (cannot be the BROADCAST oid or a multicast oid). - authenticatorID
- Type: SystemByte
The authenticator identifier. Must be unique on the network.!!!!! - storage
- Type: org.opendof.core.oalDOFAuthenticatorStorage
The authenticator's storage implementation.
Remarks
See Also