DOFAuthenticatorStorageisStorageAvailable Method OpenDOF Object Access Library
Returns whether or not the storage is available.

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

C#
bool isStorageAvailable()

Return Value

Type: Boolean
Whether or not the storage is available.
Exceptions

ExceptionCondition
ExceptionIf storage availability could not be determined.
Remarks

Returns whether or not the storage is available. When not available, the authenticator will reject any authentication requests.
See Also

Reference