Crescendo SDK
Loading...
Searching...
No Matches
CrescendoDLL.PCSC.AppletProperties Class Referenceabstract

An abstract class representing the properties of an applet on the Crescendo token. More...

Inheritance diagram for CrescendoDLL.PCSC.AppletProperties:
CrescendoDLL.PCSC.CardManager.CardManagerProperties

Public Member Functions

  AppletProperties (byte[]? selectResponse)
  Parse basic properties from the select / get properties response.
 
void  ParsePropertiesData (byte[] propertiesData)
  Parse properties data from binary data.
 

Properties

byte[]  AID = default! [get]
  The application identifier of the applet.
 
string  AppletFamily = default! [get, set]
  The family of the applet. With Crescendo, this could be ACA, PIV, OATH or FIDO.
 
Version  AppletVersion = default! [get, set]
  The version of the applet.
 
string  FCITemplate = default! [get]
  File Control Information (FCI) template.
 

Detailed Description

An abstract class representing the properties of an applet on the Crescendo token.

Constructor & Destructor Documentation

◆ AppletProperties()

Member Function Documentation

◆ ParsePropertiesData()

Property Documentation

◆ AID

◆ AppletFamily

◆ AppletVersion

◆ FCITemplate