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: ByteA 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
See Also