locked
How to Add a login code in Button using c# RRS feed

Answers

  • In this case expose that authentication via WCF that you can consume in your App. In case you want to store user credentials for next time then save them in Password Vault refer MSDN Code Samples here.

    -- Vishal Kaushik --

    Please 'Mark as Answer' if my post answers your question and 'Vote as Helpful' if it helps you. Happy Coding!!!

    Sunday, July 20, 2014 1:53 PM

All replies

  • This is a very wide open question, what do you want to login against? i.e. your enterprise AD, ADFS, Live, Facebook, Google, your custom authentication in some application or what?

    -- Vishal Kaushik --

    Please 'Mark as Answer' if my post answers your question and 'Vote as Helpful' if it helps you. Happy Coding!!!

    Saturday, July 19, 2014 5:43 PM
  • for my custom authentication in some application,for giving same username and password,i add a two textblock name as username and password,and add one textfield for user name and also add a passwordbox for passwordfield,and add two button name as signin,signup. 
    Sunday, July 20, 2014 11:35 AM
  • In this case expose that authentication via WCF that you can consume in your App. In case you want to store user credentials for next time then save them in Password Vault refer MSDN Code Samples here.

    -- Vishal Kaushik --

    Please 'Mark as Answer' if my post answers your question and 'Vote as Helpful' if it helps you. Happy Coding!!!

    Sunday, July 20, 2014 1:53 PM