cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Tanushree
Level 5

Is Private Trusted Storage and Private Data Source the same thing? How can we implement Private Trusted Storage?

Hello, 

Is Private Trusted Storage and Private Data Source the same thing?

How can we implement them?

Also, are above in-memory storage/source? Or can we actually have a physical location to create these

 

Thanks and Regards,

Tanushree Chauhan

0 Kudos
(1) Reply
jberthold
Revenera Moderator Revenera Moderator
Revenera Moderator

Hi @Tanushree ,

Trusted Storage provides encrypted storage of license information.  Trusted storage can either be on-disk or in-memory.  Please refer to the User Guide for your FNE SDK to get additional details on how to specify the location.  Snippet from the .NET SDK below:

TSINMEMORY.png

The Private Data Source is a separate Trusted Storage area where you can securely store and manage limited data.  Please refer to the API Guide for your SDK for details on how to create and manage this information.

Thanks,

Jim

0 Kudos