Ask a Question related to ASP.NET Security, Design and Development.
-
Joe Kaplan \(MVP - ADSI\) #1
Re: CAC Card Access
This should be easy to do in ASP.NET. I'm not sure about WinForms.
Essentially, in ASP.NET you just need to make sure that you're site requires
SSL and you require client certificates. When the user navigates to the
website, then will be prompted for the certificate to send and should get
prompted for the smart card PIN as well.
In WinForms, you would have to come up with an authentication mechanism that
required the smart card. This would depend a lot on how you planned to
communicate with the server. If it is via a web services interface with
HTTPS, then you should be able to specify a client certificate in your proxy
class that would result in the same prompt for the smart card PIN. I'm not
sure about that. Also, if you aren't using planning to use SSL, you'll need
a network protocol that supports certificate auth.
Joe K.
"Roy" <Roy@discussions.microsoft.com> wrote in message
news:7E5CA06A-5E0D-4276-94A6-C52329BB20C5@microsoft.com...ASP.NET and WinForm application to authenticate users. The CAC card is> Greetings,
>
> I need to read a certificate stored inside a CAC (SmartCard) from both an
attached to the client computer via USB.examples exist?>
> Is .NET capable of this? If so, what classes accomplish this and do>
> Or, do I need a third party SDK?
>
> Thanks,
>
> Roy
Joe Kaplan \(MVP - ADSI\) Guest
-
USB Card
Hi Does anyone know of a USB pci card that will work with a ultra 10 or 30. Does Sun sell them? I haven't seen them. Thank You david michaels -
Which is faster - USB-enabled Lexar card with Jumpshot, or conventional USB2 card reader?
Would like to know which is faster for transfer to PC - a USB-enabled Lexar card ("850kB/s") with a Jumpshot cable, or conventional USB2 card... -
[PHP] Credit card/Debit card validation
I have a mod10 validation script written in another scripting language. I could try to convert it if you would like but I am sure that someone has... -
Credit card/Debit card validation
Does anyone know of a PHP routine to validate Credit/Debit cards? I've seen some convoluted Javascript scripts but want a PHP version so validation... -
usb pc card and 8.6
In <20030629115745.02070.00001859@mb-m23.aol.com> GGMiv wrote: Mac drivers. -- Serwis Usenet w portalu Gazeta.pl ->... -
Joe Kaplan \(MVP - ADSI\) #2
Re: CAC Card Access
Yes, setting up IIS for client certificate authentication should work fine.
I'd try getting it working in the browser first and then getting it working
in the WinForms code. There is a ClientCertificates property on the proxy
class that you can set to supply the client certificate to use.
Joe K.
"Roy" <Roy@discussions.microsoft.com> wrote in message
news:506406D0-9DC9-4277-899E-895DD8AA36C8@microsoft.com...retrieves> Thanks Joe.
>
> Both the winform and the webform clients connect to a web service thatit> data from a data base.
>
> client<->web service<->DB
>
> Also, we are required to use SSL and HTTPS.
>
> Your suggestion seems like it would work for both of them if I can figureservice URL,> out.
>
> Does this mean I can setup IIS for client authentication for the web> and IIS will do do the authentication for both applications?
>
> Roy
>
Joe Kaplan \(MVP - ADSI\) Guest



Reply With Quote

