DOFObjectIDAuthenticationcreate Method (Byte, Int32)OpenDOF Object Access Library
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: DOFObjectIDAuthentication
The newly created object identifier. This must not be negative.
Remarks

Create an DOFObjectID.Authentication from a byte[] of data at an offset. The DOFObjectID created cannot have attributes and cannot be Broadcast.
See Also

Reference