DOFAuthenticatorConfigBuilder Constructor (DOFAuthenticatorState, DOFAuthenticatorStorage)OpenDOF Object Access Library
Construct an instance of a authenticator configuration builder from a state.

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

C#
public Builder(
	DOFAuthenticatorState state,
	DOFAuthenticatorStorage storage
)

Parameters

state
Type: org.opendof.core.oalDOFAuthenticatorState
The state. This must not be null.
storage
Type: org.opendof.core.oalDOFAuthenticatorStorage
The authenticator's storage implementation.
Remarks

Construct an instance of a authenticator configuration builder from a state.

Note that the name is not copied. Users must decide whether to set the name or not.

See Also

Reference