DOFObjectIDAuthenticationcreate Method (DOFObjectID)OpenDOF Object Access Library
Create a DOFObjectID.Authentication from a DOFObjectID.

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

C#
public static DOFObjectIDAuthentication create(
	DOFObjectID id
)

Parameters

id
Type: org.opendof.core.oalDOFObjectID
The DOFObjectID to create the identifier. Cannot have attributes. Cannot be of type BROADCAST

Return Value

Type: DOFObjectIDAuthentication
The newly created object identifier.
Remarks

Create a DOFObjectID.Authentication from a DOFObjectID. The DOFObjectID created cannot have attributes and cannot be Broadcast.
See Also

Reference