OpenDOF Project
Functions
DOFObjectIDAuthentication
DOFObjectID

The DOFObjectIDAuthentication class represents a DOFObjectID used for authentication. More...

Functions

DOFObjectIDAuthentication DOFObjectIDAuthentication_Create (const DOFObjectID id)
 Create a new DOFObjectIDAuthentication from the specified DOFObjectID.
 
DOFObjectIDAuthentication DOFObjectIDAuthentication_Copy (const DOFObjectIDAuthentication self)
 Create a new copy of an existing DOFObjectIDAuthentication.
 
DOFObjectID DOFObjectIDAuthentication_GetObjectID (const DOFObjectIDAuthentication self)
 Get the DOFObjectID from the specified DOFObjectIDAuthentication.
 
void DOFObjectIDAuthentication_Destroy (DOFObjectIDAuthentication self)
 Destroy a DOFObjectIDAuthentication.
 

Detailed Description

The DOFObjectIDAuthentication class represents a DOFObjectID used for authentication.

It may identify a user, application, device, or other entity with private data shared only with the domain's authentication server (AS). These are typically used by DOFCredentials.

core-c-dof-oal Version 8.0.1 Build 0
2018-01-22