DOFAuthenticatordestroy Method OpenDOF Object Access Library
Destroys an authenticator.

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

C#
public void destroy()
Remarks

Destroys an authenticator. Each authenticator created must be destroyed. Any attempt to use a destroyed DOFAuthenticator will result in undefined behavior.
See Also

Reference