DOFAuthenticatorCredentialStoragegetStorageKey Method OpenDOF Object Access Library
Return the storage key associated with this credential.

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

C#
byte[] getStorageKey()

Return Value

Type: Byte
The lookup key associated with this credential. The format is determined by the credential type.
Remarks

Return the storage key associated with this credential. The storage key must be available if the getIdentity() call returns null. If getIdentity() returns non-null then this routine may return null. If both return null then the Credential is not valid.
See Also

Reference