DOFObjectIDAuthenticationcreate Method (Int32, Byte)OpenDOF Object Access Library
Create an DOFObjectID.Authentication given its class and byte data.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public static DOFObjectIDAuthentication create(
	int idClass,
	byte[] data
)

Parameters

idClass
Type: SystemInt32
The class of the identifier. This must be within the valid range.
data
Type: SystemByte
The identifier. This will be stored in the object identifier without parsing. This must not be null. The length must be valid (<= MAX_ID_LENGTH).

Return Value

Type: DOFObjectIDAuthentication
The newly created object identifier.
Remarks

Create an DOFObjectID.Authentication given its class and byte data. This constructor cannot be used to create a DOFObjectID with attributes. The DOFObjectID created cannot have attributes and cannot be Broadcast.
See Also

Reference