DOFAuthenticatorStorageresolve Method OpenDOF Object Access Library
Resolve the specified credentials by updating the credential with known identity and credential private storage.

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

C#
void resolve(
	DOFAuthenticatorCredentialStorage credential
)

Parameters

credential
Type: org.opendof.core.oalDOFAuthenticatorCredentialStorage
The credentials to resolve.
Exceptions

ExceptionCondition
ExceptionIf the credentials could not be resolved.
Remarks

Resolve the specified credentials by updating the credential with known identity and credential private storage.
See Also

Reference

CredentialStorage.setPrivateStorage(Domain, Authentication, byte[])