Create DOFCipher from a key.
Namespace: org.opendof.core.oal.security
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
DOFCipher create( byte[] key )
Parameters
- key
- Type: SystemByte
The key to use.
Return Value
Type: DOFCipherThe created DOFCipher.
Exceptions
Exception | Condition |
---|---|
DOFSecurityException |
Remarks
See Also