Question:You need to store data to isolated storage in such a way that other applications that are run by the same user and other users running the same application cannot access the data directly. Which method should you call to create the IsolatedStorageFile object? - VB.NET
A IsolatedStorageFile.GetUserStoreForAssembly()
B IsolatedStorageFile.GetMachineStoreForAssembly()
C IsolatedStorageFile.GetUserStoreForDomain()
D IsolatedStorageFile.GetMachineStoreForDomain()
+ AnswerA
+ Report