DOFAuthenticatorConfigBuildersetDebugKey Method OpenDOF Object Access Library
Set the key to distribute the authenticator is operating in debug mode.

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

C#
public DOFAuthenticatorConfigBuilder setDebugKey(
	byte[] key
)

Parameters

key
Type: SystemByte
The debug key.

Return Value

Type: DOFAuthenticatorConfigBuilder
The builder.
Remarks

Set the key to distribute the authenticator is operating in debug mode.
See Also

Reference