DOFAuthenticatorgetState Method OpenDOF Object Access Library
Get the current instantaneous state of the authenticator.

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

C#
public DOFAuthenticatorState getState()

Return Value

Type: DOFAuthenticatorState
The current state of the authenticator.
Remarks

Get the current instantaneous state of the authenticator. This is only a snapshot. To obtain updated information, this method must be called again.
See Also

Reference