DOFCredentialsisResolved Method OpenDOF Object Access Library
Return true if the credential is resolved, meaning that it is ready to use in authentication.

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

C#
public bool isResolved()

Return Value

Type: Boolean
True if the credential is ready to use in authentication, false otherwise.
Remarks

Return true if the credential is resolved, meaning that it is ready to use in authentication. It contains a non-broadcast domain identity, its identity, and its private key.
See Also

Reference