Key structure for load key command as defined in PC/SC 2.x Part 3, p28 b7..b0 reflect bits in MSB-LSB order. The LSB nibble of the key structure byte contains the reader key number sor secured transmission between host application and reader.

Namespace: CardWerk.SmartCard
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)

Public Class CardPcScPart3KeyStructure
This language is not supported or no code example is available.
public static class CardPcScPart3KeyStructure
This language is not supported or no code example is available.
public ref class CardPcScPart3KeyStructure 
This language is not supported or no code example is available.
public class CardPcScPart3KeyStructure
This language is not supported or no code example is available.
Name Description
Public field CARD_KEY (Immutable) b7 flag to indicate card key.
Public field NON_VOLATILE_MEMORY (Immutable) b5 flag: one indicates secured transmission.
Public field PLAIN_TRANSMISSION (Immutable) b6 flag: zero indicates plain transmission.
Public field READER_KEY (Immutable) b7, flag to indicate reader key.
Public field SECURED_TRANSMISSION (Immutable) b6 flag: one indicates secured transmission. If this bit is set, b3..b0 indicate the reader key number used for secured transmission.
Public field VOLATILE_MEMORY (Immutable) b5 flag: zero indicates that key is loaded to IFD volatile memory.
Top
Marc, 9/29/2022.

.NET Framework

Supported in: 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

.NET Core

Supported in: 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0

.NET Standard

Supported in: 2.0