大家好,小弟拿一张新的IC卡首先创建了MF,然后EF,接着做外部认证,但是返回6A81错误, 这是为什么呢?
新手,没有一点PCSC的经验,求各位不吝赐教。
另外
public struct SCARD_IO_REQUEST
{
public int dwProtocol;
public int cbPciLength;
}
这个该怎么理解啊。
我在SCardTransmit这个方法中用到这个,只有设置cbPciLength=8 才能正常执行,其他都不行。
6A81代表什么错误呢?