P
Pe2per.Ro2nie
Hi,
I am trying to read the 'Protected Storage System Provider' sub keys
and it requires access permission. I would like to access this key
thorugh my program, how do I do this?
My code is
Dim RegKey as RegistryKey =
Registry.CurrentUser.OpenSubKey("Software\Microsoft\Protected Storage
System Provider\S-X-X-XX-XXXXXXXXX-XXXXXXXXXX-XXXXXXXXXX-XXXX")
When I run it, the SecurityException prompts me the error saying
Requested registry access is not allowed. I have also tried with
RegistryPermission and it didn't work either.
How can I fix this? Please help.
Thank you.
I am trying to read the 'Protected Storage System Provider' sub keys
and it requires access permission. I would like to access this key
thorugh my program, how do I do this?
My code is
Dim RegKey as RegistryKey =
Registry.CurrentUser.OpenSubKey("Software\Microsoft\Protected Storage
System Provider\S-X-X-XX-XXXXXXXXX-XXXXXXXXXX-XXXXXXXXXX-XXXX")
When I run it, the SecurityException prompts me the error saying
Requested registry access is not allowed. I have also tried with
RegistryPermission and it didn't work either.
How can I fix this? Please help.
Thank you.