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: BooleanTrue if the credential is ready to use in authentication, false otherwise.
Remarks
See Also