This is a helper class to parse, analyze and display PIV CHUID data. It processes data
that typically resides in the CHUID data containter. However, it does not require a
physical card connection.
Namespace:
CardWerk.SmartCard.CardModule.PIV
Assembly: CardWerk.SmartCard.CardModule.PIV (in CardWerk.SmartCard.CardModule.PIV.dll)
Top
Top
Top
Assembly: CardWerk.SmartCard.CardModule.PIV (in CardWerk.SmartCard.CardModule.PIV.dll)
Public Class PivCardChuid
This language is not supported or no code example is available.
public class PivCardChuid
This language is not supported or no code example is available.
public ref class PivCardChuid
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
![]() |
PivCardChuid(byte[]) | Constructor. |
Name | Description | |
---|---|---|
![]() |
EXP_DATE | Allows public access to CHUID expiration date (raw byte data). Raw data is typically ASCII encoded 4-byte date yyyymmdd. |
![]() |
FASCN | Allows public access to FASCN. |
![]() |
GUID | Allows public access to GUID. |
![]() |
RawData | Allows public access to the raw data of the CHUID container. |
![]() |
UUID | Allows public access to UUID. |
Name | Description | |
---|---|---|
![]() |
GetFascnUuid() | Gets fascn uuid. |
![]() |
ToString() | Formats this response APDU, including all its data, in a nice human readable fashion. |