DOFCredentialssetPrivateStorage Method OpenDOF Object Access Library
Sets the storage domainID, identity and the credential storage data.

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

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

Parameters

domainID
Type: org.opendof.core.oalDOFObjectIDDomain
identity
Type: org.opendof.core.oalDOFObjectIDAuthentication
storage
Type: SystemByte

Implements

DOFAuthenticatorCredentialStoragesetPrivateStorage(DOFObjectIDDomain, DOFObjectIDAuthentication, Byte)
Exceptions

ExceptionCondition
DOFSecurityException
Remarks

Sets the storage domainID, identity and the credential storage data.
See Also

Reference