|
| void | Establish (string sessionKey, byte sessionKeySlotNumber) |
| | Establish secure channel with given key and access wrights defined by key slot. More...
|
| |
| void | Establish (byte[] sessionKey, byte sessionKeySlotNumber) |
| | Establish secure channel with given key and access wrights defined by key slot. More...
|
| |
| void | Terminate () |
| | Closes current channel. More...
|
| |
| string | SendCommand (string command) |
| | Encrypts and send given command. Returns decrypted response. More...
|
| |
| byte [] | SendCommand (byte[] command) |
| | Encrypts and send given command. Returns decrypted response. More...
|
| |
◆ Establish() [1/2]
| void HidGlobal.OK.Readers.SecureSession.ISecureChannel.Establish |
( |
string |
sessionKey, |
|
|
byte |
sessionKeySlotNumber |
|
) |
| |
◆ Establish() [2/2]
| void HidGlobal.OK.Readers.SecureSession.ISecureChannel.Establish |
( |
byte [] |
sessionKey, |
|
|
byte |
sessionKeySlotNumber |
|
) |
| |
◆ SendCommand() [1/2]
| string HidGlobal.OK.Readers.SecureSession.ISecureChannel.SendCommand |
( |
string |
command | ) |
|
◆ SendCommand() [2/2]
| byte [] HidGlobal.OK.Readers.SecureSession.ISecureChannel.SendCommand |
( |
byte [] |
command | ) |
|
◆ Terminate()
| void HidGlobal.OK.Readers.SecureSession.ISecureChannel.Terminate |
( |
| ) |
|
◆ IsSessionActive
| bool HidGlobal.OK.Readers.SecureSession.ISecureChannel.IsSessionActive |
|
get |
True if secure channel is established.
The documentation for this interface was generated from the following file:
- C:/Jenkins/workspace/Samples/SampleCodes/SampleCodes/HidGlobal.OK.Readers/SecureSession/ISecureChannel.cs