Creates and returns a Permission object of the correct type from a byte array.
Namespace: org.opendof.core.oal.security
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
DOFPermission create( byte[] data )
Parameters
- data
- Type: SystemByte
A byte array of data containing the permission in serialized form.
Return Value
Type: DOFPermissionA deserialized Permission object.
Exceptions
Exception | Condition |
---|---|
DOFException | If the permission could not be deserialized. |
Remarks
See Also