Crescendo SDK
|
An abstract class representing the properties of an applet on the Crescendo token. More...
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. | |
An abstract class representing the properties of an applet on the Crescendo token.
|
inline |
Parse basic properties from the select / get properties response.
selectResponse |
Exception |
References CrescendoDLL.PCSC.AppletProperties.AID, CrescendoDLL.PCSC.AppletProperties.AppletFamily, CrescendoDLL.PCSC.AppletProperties.AppletVersion, and CrescendoDLL.PCSC.AppletProperties.FCITemplate.
|
abstract |
Parse properties data from binary data.
propertiesData | Either Select response data or Get properties response data |
Referenced by CrescendoDLL.PCSC.AppletAbstract.Select(), and CrescendoDLL.PCSC.AppletAbstract.UpdateAppletProperties().
|
get |
The application identifier of the applet.
Referenced by CrescendoDLL.PCSC.AppletProperties.AppletProperties().
|
getset |
The family of the applet. With Crescendo, this could be ACA, PIV, OATH or FIDO.
Referenced by CrescendoDLL.PCSC.AppletProperties.AppletProperties().
|
getset |
|
get |
File Control Information (FCI) template.
Referenced by CrescendoDLL.PCSC.AppletProperties.AppletProperties().