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
Exception | Condition |
---|---|
DOFSecurityException | Thrown if the data is invalid for the credential. |
Remarks
See Also