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: DOFObjectIDAuthenticationThe newly created object identifier.
Remarks
See Also