|
HID OMNIKEY Smart Card Readers' Sample Codes
0.0.0.116
|
Public Member Functions | |
| ApduCommand (IEnumerable< byte > apduHeader, IEnumerable< byte > payload, int? maximumExpectedResponseDataFieldLength=null) | |
| Initialize new Apdu command object. More... | |
| ApduCommand (IEnumerable< byte > apduHeader, int? maximumExpectedResponseDataFieldLength=null) | |
| Initialize new Apdu command object. More... | |
| ApduCommand (byte cla, byte ins, byte p1, byte p2, IEnumerable< byte > payload, int? maximumExpectedResponseDataFieldLength=null) | |
| Initialize new Apdu command object. More... | |
| ApduCommand (byte cla, byte ins, byte p1, byte p2, int? maximumExpectedResponseDataFieldLength=null) | |
| Initialize new Apdu command object. More... | |
| ApduCommand (ApduFormat explicitFormat, IEnumerable< byte > apduHeader, IEnumerable< byte > payload, int? maximumExpectedResponseDataFieldLength=null) | |
| Initialize new Apdu command object. More... | |
| ApduCommand (ApduFormat explicitFormat, IEnumerable< byte > apduHeader, int? maximumExpectedResponseDataFieldLength=null) | |
| Initialize new Apdu command object. More... | |
| ApduCommand (ApduFormat explicitFormat, byte cla, byte ins, byte p1, byte p2, IEnumerable< byte > payload, int? maximumExpectedResponseDataFieldLength=null) | |
| Initialize new Apdu command object. More... | |
| ApduCommand (ApduFormat explicitFormat, byte cla, byte ins, byte p1, byte p2, int? maximumExpectedResponseDataFieldLength=null) | |
| Initialize new Apdu command object. More... | |
| IEnumerable< byte > | GetBytes () |
| override string | ToString () |
Static Public Member Functions | |
| static | operator byte[] (ApduCommand apduCommand) |
Public Attributes | |
| const int | ShortApduMaximalExpectedResponsePayloadLength = 256 |
| const int | ExtendedApduMaximalExpectedResponsePayloadLength = 65536 |
| ILengthField | Lc => _lc |
| IReadOnlyList< byte > | Payload => _payloadBytes |
| ILengthField | Le => _le |
Properties | |
| static byte [] | HidGlobalSpecificApduCommandHeader [get] |
| ApduFormat | Format [get] |
| byte | Cla [get] |
| byte | Ins [get] |
| byte | P1 [get] |
| byte | P2 [get] |
Properties inherited from HidGlobal.OK.Readers.IApduCommand | |
| byte | Cla [get] |
| byte | Ins [get] |
| byte | P1 [get] |
| byte | P2 [get] |
| ILengthField | Lc [get] |
| IReadOnlyList< byte > | Payload [get] |
| ILengthField | Le [get] |
| ApduFormat | Format [get] |
| HidGlobal.OK.Readers.ApduCommand.ApduCommand | ( | IEnumerable< byte > | apduHeader, |
| IEnumerable< byte > | payload, | ||
| int? | maximumExpectedResponseDataFieldLength = null |
||
| ) |
Initialize new Apdu command object.
| apduHeader | |
| payload | |
| maximumExpectedResponseDataFieldLength | Set to null to specify maximal available response size for give apdu format. |
| HidGlobal.OK.Readers.ApduCommand.ApduCommand | ( | IEnumerable< byte > | apduHeader, |
| int? | maximumExpectedResponseDataFieldLength = null |
||
| ) |
Initialize new Apdu command object.
| apduHeader | |
| maximumExpectedResponseDataFieldLength | Set to null to specify maximal available response size for give apdu format. |
| HidGlobal.OK.Readers.ApduCommand.ApduCommand | ( | byte | cla, |
| byte | ins, | ||
| byte | p1, | ||
| byte | p2, | ||
| IEnumerable< byte > | payload, | ||
| int? | maximumExpectedResponseDataFieldLength = null |
||
| ) |
Initialize new Apdu command object.
| cla | |
| ins | |
| p1 | |
| p2 | |
| payload | |
| maximumExpectedResponseDataFieldLength | Set to null to specify maximal available response size for give apdu format. |
| HidGlobal.OK.Readers.ApduCommand.ApduCommand | ( | byte | cla, |
| byte | ins, | ||
| byte | p1, | ||
| byte | p2, | ||
| int? | maximumExpectedResponseDataFieldLength = null |
||
| ) |
Initialize new Apdu command object.
| cla | |
| ins | |
| p1 | |
| p2 | |
| maximumExpectedResponseDataFieldLength | Set to null to specify maximal available response size for give apdu format. |
| HidGlobal.OK.Readers.ApduCommand.ApduCommand | ( | ApduFormat | explicitFormat, |
| IEnumerable< byte > | apduHeader, | ||
| IEnumerable< byte > | payload, | ||
| int? | maximumExpectedResponseDataFieldLength = null |
||
| ) |
Initialize new Apdu command object.
| explicitFormat | |
| apduHeader | |
| payload | |
| maximumExpectedResponseDataFieldLength | Set to null to specify maximal available response size for give apdu format. |
| HidGlobal.OK.Readers.ApduCommand.ApduCommand | ( | ApduFormat | explicitFormat, |
| IEnumerable< byte > | apduHeader, | ||
| int? | maximumExpectedResponseDataFieldLength = null |
||
| ) |
Initialize new Apdu command object.
| explicitFormat | |
| apduHeader | |
| maximumExpectedResponseDataFieldLength | Set to null to specify maximal available response size for give apdu format. |
| HidGlobal.OK.Readers.ApduCommand.ApduCommand | ( | ApduFormat | explicitFormat, |
| byte | cla, | ||
| byte | ins, | ||
| byte | p1, | ||
| byte | p2, | ||
| IEnumerable< byte > | payload, | ||
| int? | maximumExpectedResponseDataFieldLength = null |
||
| ) |
Initialize new Apdu command object.
| explicitFormat | |
| cla | |
| ins | |
| p1 | |
| p2 | |
| payload | |
| maximumExpectedResponseDataFieldLength | Set to null to specify maximal available response size for give apdu format. |
| HidGlobal.OK.Readers.ApduCommand.ApduCommand | ( | ApduFormat | explicitFormat, |
| byte | cla, | ||
| byte | ins, | ||
| byte | p1, | ||
| byte | p2, | ||
| int? | maximumExpectedResponseDataFieldLength = null |
||
| ) |
Initialize new Apdu command object.
| explicitFormat | |
| cla | |
| ins | |
| p1 | |
| p2 | |
| maximumExpectedResponseDataFieldLength | Set to null to specify maximal available response size for give apdu format. |