DOFAuthenticatorCredentialStorage InterfaceOpenDOF Object Access Library
This interface defines the methods necessary for the Storage.resolve(CredentialStorage) method to set the identity and private data of a credential.

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

C#
public interface CredentialStorage

The DOFAuthenticatorCredentialStorage type exposes the following members.

Methods

  NameDescription
Public methodgetIdentity
Return the identity that the credentials apply to.
Public methodgetStorageKey
Return the storage key associated with this credential.
Public methodgetType
Get the type of credential.
Public methodsetPrivateStorage
Set the private credential storage data into a credential.
Top
See Also

Reference