- Revenera Community
- :
- FlexNet Embedded
- :
- FlexNet Embedded Forum
- :
- How to verify anchoring?
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
I am trying out both the anchored and non-anchored implementation for flexnet embedded. Superficially I cannot really tell the difference. How can I verify that the anchoring is active and working?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi @Stefan_Erucsir ,
One way to verify secure anchoring would be to do the following (you could do this with your code or using the capabilityrequest example provided in the SDKs):
- Process a capability response into Trusted Storage
- Change the Trusted storage path to a new location
- Process the same capability response used in step 1 again
With standard anchoring step 3 will succeed. With secure anchoring enabled step 3 will fail.
Thanks,
Jim
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi @Stefan_Erucsir ,
One way to verify secure anchoring would be to do the following (you could do this with your code or using the capabilityrequest example provided in the SDKs):
- Process a capability response into Trusted Storage
- Change the Trusted storage path to a new location
- Process the same capability response used in step 1 again
With standard anchoring step 3 will succeed. With secure anchoring enabled step 3 will fail.
Thanks,
Jim