SpringCard Smart Readers library for .NET  19.9.20
Communicate and manage SpringCard Smart Reader devices
SpringCard.SmartReader.Config.ReaderKeys Class Reference
Inheritance diagram for SpringCard.SmartReader.Config.ReaderKeys:
SpringCard.SmartReader.Config.WriterKeys

Static Public Member Functions

static ReaderKeys LoadFromFile (string FileName, out Interaction interaction)
 

Protected Member Functions

virtual bool LoadFromJSON (JSONObject json, out Interaction interaction)
 
virtual bool LoadFromCfg (CfgFile cfgFile, out Interaction interaction)
 

Properties

byte [] BrandId [get, protected set]
 
byte [] KeyId [get, protected set]
 
byte [] PublicKey [get, protected set]
 
byte [] AuthKeyRead [get, protected set]
 
virtual bool Valid [get]
 

Property Documentation

◆ AuthKeyRead

byte [] SpringCard.SmartReader.Config.ReaderKeys.AuthKeyRead
getprotected set

AES 128 key for reading

◆ BrandId

byte [] SpringCard.SmartReader.Config.ReaderKeys.BrandId
getprotected set

Company ID (concerns the devices that are developed by SpringCard for 3rd parties companies)

◆ KeyId

byte [] SpringCard.SmartReader.Config.ReaderKeys.KeyId
getprotected set

Pseudo-unique identifier of the key-set

◆ PublicKey

byte [] SpringCard.SmartReader.Config.ReaderKeys.PublicKey
getprotected set

ECDSA public key (32 bytes for secp128r1)


The documentation for this class was generated from the following file: