Home All Groups Group Topic Archive Search About

Using protected storage How?

Author
15 Jan 2006 6:12 PM
Bob
Using VS2005 andf VB.NET how can you store a faile in protected storage. How
can you retrieve and open a file from protected storage?
Can anyone point me to snippets of code doing this?
Thanks for any help
Bob

Author
15 Jan 2006 8:07 PM
Ken Tucker [MVP]
Hi,

       I think you mean isolated storage.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemioisolatedstorageisolatedstoragefilestreamclasstopic.asp

Ken
------------------------

Show quoteHide quote
"Bob" wrote:

> Using VS2005 andf VB.NET how can you store a faile in protected storage. How
> can you retrieve and open a file from protected storage?
> Can anyone point me to snippets of code doing this?
> Thanks for any help
> Bob
>
>
>
Author
17 Jan 2006 4:19 PM
Bob
Ken thanks, you're right. Actually I'm trying to find a way to store a
custome encrypted license file and its decryption key in a location that is
not normally easily accessible. I thought of isolated storage but I'd like
to keep it simple for myself in programming and easy to maintain at customer
site later on.
Any suggestions would be most welcome.
Bob

Show quoteHide quote
"Ken Tucker [MVP]" <KenTucker***@discussions.microsoft.com> wrote in message
news:F852A4BA-D07D-486B-8406-83B2ACF86259@microsoft.com...
> Hi,
>
>       I think you mean isolated storage.
>
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemioisolatedstorageisolatedstoragefilestreamclasstopic.asp
>
> Ken
> ------------------------
>
> "Bob" wrote:
>
>> Using VS2005 andf VB.NET how can you store a faile in protected storage.
>> How
>> can you retrieve and open a file from protected storage?
>> Can anyone point me to snippets of code doing this?
>> Thanks for any help
>> Bob
>>
>>
>>