Operation context
About operation context
You can use the operation context to add context to the activation or authentication attempt.
How does operation context work?
- For activation (registration/enrolment) operations, the Encap server can return a post-operation context.
- For authentication operations, the Encap server can return both a pre-operation context and a post-operation context.
You can find the data in the respective result classes:
EncapFinishActivationResult
EncapStartAuthenticationResult
EncapFinishAuthenticationResult
FinishActivationResult
StartAuthenticationResult
FinishAuthenticationResult
To get the full operation context, you can use the following properties on the result classes:
You can read more about operation context in our MobileID feature documentation.