|
HID OMNIKEY Smart Card Readers' Sample Codes
0.0.0.116
|
Public Member Functions | |
| string | GetApdu (string applicationNumber, byte masterKeySettings, byte numberOfKeys) |
Public Member Functions inherited from HidGlobal.OK.Readers.AViatoR.Components.SEPCommandCommonBase | |
| override SEPCommandResponse | TranslateResponse (string response) |
Protected Attributes | |
| override byte | BodyLength => (byte) (16 + _applicationNumber.Length) |
Protected Attributes inherited from HidGlobal.OK.Readers.AViatoR.Components.SEPCommand | |
| const byte | SeProcessorCommandTag = 0xa0 |
| const byte | ProcessCardAPITag = 0xa5 |
| const byte | CardAPIDESFireTag = 0xa2 |
| const byte | ApplicationNumberTag = 0x80 |
| const byte | KeyReferenceTag = 0x81 |
| const byte | FileNumberTag = 0x80 |
| const byte | FileNumberValLength = 0x01 |
| const byte | OffsetTag = 0x81 |
| const byte | DataTag = 0x82 |
| const byte | DataValLenght = 0x01 |
| const byte | ModeTag = 0x83 |
| const byte | ModeValLength = 0x01 |
Additional Inherited Members | |
Public Types inherited from HidGlobal.OK.Readers.AViatoR.Components.SEPCommand | |
| enum | CommunicationMode : byte { Plain = 0x00, MAC = 0x01, Encrypt = 0x03 } |
| enum | CommitFlag { NoCommit = 0x00, Commit = 0x01 } |
Protected Member Functions inherited from HidGlobal.OK.Readers.AViatoR.Components.SEPCommand | |
| byte | GetLengthToEnd (BinaryWriter writer) |
| void | WritePrefix (BinaryWriter writer) |
| void | WritePostfix (BinaryWriter writer) |
| void | ReadErrorCode (byte[] response, SEPCommandResponse commandResponse) |
Properties inherited from HidGlobal.OK.Readers.AViatoR.Components.SEPCommand | |
| abstract byte | BodyLength [get] |