HID OMNIKEY Smart Card Readers' Sample Codes  0.0.0.116
HidGlobal.OK.Readers.SecureSession Namespace Reference

Namespaces

Classes

class  AesCounterMode
 
class  CMac
 
class  Counter
 
class  CounterModeCryptoTransform
 
interface  ISecureChannel
 
class  SecureChannel
 

Enumerations

enum  SessionAccessKeyType : byte {
  SessionAccessKeyType.UserAdminCipherKey = 68, SessionAccessKeyType.UserAdminMacKey = 69, SessionAccessKeyType.ReadWriteCipherKey = 70, SessionAccessKeyType.ReadWriteMacKey = 71,
  SessionAccessKeyType.ReadOnlyCipherKey = 72, SessionAccessKeyType.ReadOnlyMacKey = 73
}
 The OMNIKEY 5022 supports 6 secure session keys which occupies slots from 68 to 73. Every key pair has assigned access rights which can not be changed. More...
 

Enumeration Type Documentation

◆ SessionAccessKeyType

The OMNIKEY 5022 supports 6 secure session keys which occupies slots from 68 to 73. Every key pair has assigned access rights which can not be changed.

Enumerator
UserAdminCipherKey 

Can load all keys and read/write iCLASS.

UserAdminMacKey 

Can load all keys and read/write iCLASS.

ReadWriteCipherKey 

Can read/write iCLASS.

ReadWriteMacKey 

Can read/write iCLASS.

ReadOnlyCipherKey 

Can read iCLASS only.

ReadOnlyMacKey 

Can read iCLASS only.