Unified API Workflow
Attribute and Application Context Workflow
> Create a new ApplicationContext object. It is advisable to initialize the application context once, at the start of the licensed application.
Identity Workflow
> Create an Identity object.
>Use the serialize API to convert an identity object to an identity string.
Licensing Functions
>Use the login API to log in to a feature.
>Use the refresh API to renew the license authorization by contacting the Sentinel Cloud Connect.
>Use the logout API to release the license authorization.
Each of these APIs contain certain mandatory attributes that you must set before calling the API. Refer to the API details for the corresponding attribute information.
Attributes and ApplicationContext Object Deletion Functions
>Use the dispose API to delete the attribute object.
>Use the dispose API to delete the ApplicationContext object. It is advisable to de-initialize/delete the application context once, at the end of the application.