Ask a Question related to ASP.NET Security, Design and Development.
-
Johanna Espinosa #1
CspProviderFlags Members
What's the different between using UseDefaultKeyContainer or
UseMachineKeyStore.
Thanks,
Johanna Espinosa L.
*** Sent via Devdex [url]http://www.devdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Johanna Espinosa Guest
-
Members
How can I assign usernames and passwords using Adobe Contribute? -
looking for members
Goto http://www.hostingforum.ca, post your services and socialize. -
Illustrator members
Still seeking to welcome more Illustrator members in our friendly forum If you are a beginner or you are knowledgable about Illustrator we welcome... -
more members
Still seeking to welcome more Flash members in our friendly forum If you are a beginner or you are knowledgable about Flash we welcome you all. ... -
Progress bar for 3D members...
I have a 3D member that has about 10mb and I wan to preload it with a progress bar. However, I cannot just use "member("3D").preload = true" because... -
Hernan de Lahitte #2
Re: CspProviderFlags Members
UseMachineKeyStore will store your keys on the "LocalMachine" key store,
usually used by unattended processes like daemons or the ASPNET worker
process. On the other hand UseDefaultKeyContainer will use the current user
store or the place where is accessed by an interactive logon account. This
is usually done by a locally logged on user.
--
Hernan de Lahitte
Lagash Systems S.A.
[url]http://weblogs.asp.net/hernandl[/url]
This posting is provided "AS IS" with no warranties, and confers no rights.
"Johanna Espinosa" <papillongema@hotmail.com> wrote in message
news:euRCvj%23VEHA.1952@TK2MSFTNGP12.phx.gbl...> What's the different between using UseDefaultKeyContainer or
> UseMachineKeyStore.
>
> Thanks,
>
> Johanna Espinosa L.
>
> *** Sent via Devdex [url]http://www.devdex.com[/url] ***
> Don't just participate in USENET...get rewarded for it!
Hernan de Lahitte Guest



Reply With Quote

