using smartcard

  • Thread starter Thread starter St
  • Start date Start date
S

St

Hi,

I am new in smartcard programming.
Could you tell me where I can found a tutorial please ?

I am trying to read the pin code of the smartcard...

Thanks for your help.

St
 
St,

There is no support for smartcards in .NET out of the box. If you want
to do this, you will have to use a third-party component, or make a call to
existing COM components or functions exported through DLLs which give you
this functionality (through the COM interop layer or the P/Invoke layer).

Hope this helps.
 
St,

A pin code cannot be read, you can create one and than only verify it. for
more information about smart cards please refer to ISO 7816.

Nicholas Paldino said:
St,

There is no support for smartcards in .NET out of the box. If you want
to do this, you will have to use a third-party component, or make a call to
existing COM components or functions exported through DLLs which give you
this functionality (through the COM interop layer or the P/Invoke layer).

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

St said:
Hi,

I am new in smartcard programming.
Could you tell me where I can found a tutorial please ?

I am trying to read the pin code of the smartcard...

Thanks for your help.

St
 
Back
Top