Authentication against file in c#

  • Thread starter Thread starter pavel.orehov
  • Start date Start date
P

pavel.orehov

Hi,

I want to build mechanizm when users and password are in encripted text
file. And authenticate against this file.

Before I start this task, I wanted to ask if there is such mechanizm in
Framework.

Thanks,
Pavel
 
Hello, (e-mail address removed)!

po> Hi,

po> I want to build mechanizm when users and password are in encripted
po> text
po> file.

Means to do that are in .NET framework under
System.Security.Cryptography

po> And authenticate against this file.

I'm afraid that functionality to do this is not present in the framework.

Why are you putting user credentials into file?

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top