DOFCredentialsgetPrivateStorage Method OpenDOF Object Access Library
Create a byte array that can be stored and used later.

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

C#
public byte[] getPrivateStorage()

Return Value

Type: Byte
A byte array containing private data or null if invalid.
Remarks

Create a byte array that can be stored and used later.

This data must be kept private, as it contains secret data associated with the credential. It must be protected just as the secrets themselves.

See Also

Reference