DOFAuthenticatorAuthenticationNodegetCredentialsStorage Method OpenDOF Object Access Library
Return the node's stored credentials that can be used to obtain a secret.

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

C#
public byte[] getCredentialsStorage()

Return Value

Type: Byte
A representation of the node credentials that can be used to obtain a secret. May be null if node was constructed with no credential storage specified.
Remarks

Return the node's stored credentials that can be used to obtain a secret.
See Also

Reference