DOFAuthenticatorCredentialStoragesetPrivateStorage Method OpenDOF Object Access Library
Set the private credential storage data into a credential.

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

C#
void setPrivateStorage(
	DOFObjectIDDomain domainID,
	DOFObjectIDAuthentication identity,
	byte[] storage
)

Parameters

domainID
Type: org.opendof.core.oalDOFObjectIDDomain
The domain of the credential, or null if it is already known to the credential
identity
Type: org.opendof.core.oalDOFObjectIDAuthentication
The public identity of the credential, or null if it is already known to the credential and should not be changed.
storage
Type: SystemByte
The private credential data.
Exceptions

ExceptionCondition
DOFSecurityExceptionThrown if the data is invalid for the credential.
Remarks

Set the private credential storage data into a credential. This also can set the identity of the credential.
See Also

Reference