Пример #1
0
 internal static extern uint SCardTransmit(CardSafeHandler hCard, SCARD_IO_REQUEST pioSendPci, byte[] pbSendBuffer, int cbSendLength, [In, Out] SCARD_IO_REQUEST pioRecvPci, [Out] byte[] pbRecvBuffer, [In, Out] ref int pcbRecvLength);
Пример #2
0
 internal static extern uint SCardBeginTransaction(CardSafeHandler hCard);
Пример #3
0
 internal static extern uint SCardEndTransaction(CardSafeHandler hCard, CardDisposition dwDisposition);
Пример #4
0
 internal static extern uint SCardConnect(CardContextSafeHandler hContext, [MarshalAs(UnmanagedType.LPStr)] String szReader, CardShareMode dwShareMode, CardProtocols dwPreferredProtocols, out CardSafeHandler phCard, out CardProtocols pdwActiveProtocol);
Пример #5
0
 internal static extern uint SCardGetAttrib(CardSafeHandler hCard, CardAttrId dwAttrId, IntPtr pbAttr, ref int pcbAttrLen);
Пример #6
0
 internal static extern uint SCardTransmit(CardSafeHandler hCard, SCARD_IO_REQUEST pioSendPci, byte[] pbSendBuffer, int cbSendLength, [In, Out] SCARD_IO_REQUEST pioRecvPci, [Out] byte[] pbRecvBuffer, [In, Out] ref int pcbRecvLength);
Пример #7
0
 internal static extern uint SCardGetAttrib(CardSafeHandler hCard, CardAttrId dwAttrId, IntPtr pbAttr, ref int pcbAttrLen);
Пример #8
0
 internal static extern uint SCardEndTransaction(CardSafeHandler hCard, CardDisposition dwDisposition);
Пример #9
0
 internal static extern uint SCardConnect(CardContextSafeHandler hContext, [MarshalAs(UnmanagedType.LPStr)] String szReader, CardShareMode dwShareMode, CardProtocols dwPreferredProtocols, out CardSafeHandler phCard, out CardProtocols pdwActiveProtocol);
Пример #10
0
 internal static extern uint SCardBeginTransaction(CardSafeHandler hCard);