Valid Sharing-and-Visibility-Architect Dumps shared by EduDump.com for Helping Passing Sharing-and-Visibility-Architect Exam! EduDump.com now offer the newest Sharing-and-Visibility-Architect exam dumps, the EduDump.com Sharing-and-Visibility-Architect exam questions have been updated and answers have been corrected get the newest EduDump.com Sharing-and-Visibility-Architect dumps with Test Engine here:
Universal Containers (UC) would like to store an encryption key within Salesforce for use in Apex code, but it does not want users to be able to see this confidential key. Users require the view setup permission. How can UC securely store the confidential key?
Correct Answer: C
Protected custom metadata types in managed packages provide a secure way to store sensitive information like encryption keys. When packaged as part of a managed package, the metadata records are shielded from access by users, even those with View Setup and Configuration permissions. * Option A: Custom metadata types without protection do not secure the key from users with View Setup permission. * Option B: Unlocked packages do not provide the same level of protection as managed packages. * Option C (Correct): A protected custom metadata type in a managed package ensures the encryption key is securely stored and cannot be accessed by users. : Custom Metadata Types