matheus ribeiro wrote: > Hi all, > > a quick question: is it possible to retrieve the serial number from a > card using MuscleCard library?
Yes. Well, at least with my MuscleCard library in development. Henrique Jotha asked for something like this to get a serial number for a PKCS#11 module. You can give the MSCGetStatus() function a tag which is delegated to the card. If the card knows what to say than you get a result. The applet must support it. The MuscleCard applet does not support this yet, because this can be proprietary, so at the moment such a tag is not defined. Karsten > > Thanks > Matheus > > > ------------------------------------------------------------------------ > > _______________________________________________ > Muscle mailing list > [email protected] > http://lists.drizzle.com/mailman/listinfo/muscle _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
