Overload List
| Name | Description | |
|---|---|---|
| create(Byte) | Create a DOFObjectID.Authentication from a byte[] of data. | |
| create(String) | Construct a DOFObjectID.Authentication using the standard format. | |
| create(DOFObjectID) | Create a DOFObjectID.Authentication from a DOFObjectID. | |
| create(Byte, Int32) | Create an DOFObjectID.Authentication from a byte[] of data at an offset.
| |
| create(Int32, Byte) | Create an DOFObjectID.Authentication given its class and byte data. | |
| create(DOFMarshalContext, Object, DOFPacket) | Create a DOFObjectID.Authentication from serial form. |
See Also