Create an DOFObjectID.Authentication from a byte[] of data at an offset.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public static DOFObjectIDAuthentication create( byte[] data, int offset )
Parameters
- data
- Type: SystemByte
The data to create the identifier from. There may be addition data in the array but after the object identifier that will be ignored. This must not be null. - offset
- Type: SystemInt32
The offset into the data where the identifier begins.
Return Value
Type: DOFObjectIDAuthenticationThe newly created object identifier. This must not be negative.
Remarks
See Also