L
Lieven
Hello,
I need to create an asp.net 2.0 site where users login with a X509
certificate. I have a db with certificate serialnumbers mapped to user
specific information like firstname, lastname, address, job,... In my website
I want to have an easy way to access these fields like User.Firstname .
What is the best way to implement this? Can I create a custom membership
provider? Is it possible to extend for example the property Page.User so that
I can write Page.User.Address ? I know how to access a X509 certificate. Is
the membershipprovider also applicable with certificate login or only with
username/password login?
Please give me some advice so I know where to start.
grt,
Lieven
I need to create an asp.net 2.0 site where users login with a X509
certificate. I have a db with certificate serialnumbers mapped to user
specific information like firstname, lastname, address, job,... In my website
I want to have an easy way to access these fields like User.Firstname .
What is the best way to implement this? Can I create a custom membership
provider? Is it possible to extend for example the property Page.User so that
I can write Page.User.Address ? I know how to access a X509 certificate. Is
the membershipprovider also applicable with certificate login or only with
username/password login?
Please give me some advice so I know where to start.
grt,
Lieven