Click here to Skip to main content
15,868,292 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello all,
I want to made secure web site , in that
1)I dont want to put login window/pop-up.
2)I will create different digital certificate for my clients.
eg. ABC client have abc.pfx
DEF client have def.pfx
3) so when client ABC comes on site , it will ask for certificate , and client will select abc.pfx then i want to show him login1.aspx page if DEF client come i want to show login2.aspx .
4) These all i want to do by WEB API.
5) Here i dont want to store client's name or thumbprint in database.

If any one have solution , let me know as soon as possible.

Thank you.
Posted

1 solution

http://www.asp.net/web-api/overview/security/working-with-ssl-in-web-api[^]
This article should help you. Go ahead, try.
 
Share this answer
 
Comments
Sir , thank you for your help but it wont help me.
If you any other solution , let me know.

Thank you.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900