DOFAuthenticatorConfigBuildersetDebug Method OpenDOF Object Access Library
Set whether or not the authenticator should operate in debug mode.

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

C#
public DOFAuthenticatorConfigBuilder setDebug(
	bool isDebug
)

Parameters

isDebug
Type: SystemBoolean
Whether or not the authenticator should operate in debug mode.

Return Value

Type: DOFAuthenticatorConfigBuilder
The builder.
Remarks

Set whether or not the authenticator should operate in debug mode.
See Also

Reference