HID iCLASS card module based on PicoPass secure memory cards.
Namespace:
CardWerk.SmartCard.CardModule.HID.ICLASS
Assembly: CardWerk.SmartCard.CardModule.HID.ICLASS (in CardWerk.SmartCard.CardModule.HID.ICLASS.dll)
Top
Top
Top
Assembly: CardWerk.SmartCard.CardModule.HID.ICLASS (in CardWerk.SmartCard.CardModule.HID.ICLASS.dll)
Public Class PicoPassCard
Inherits CardModuleBase
This language is not supported or no code example is available.
public class PicoPassCard : CardModuleBase
This language is not supported or no code example is available.
public ref class PicoPassCard : public CardModuleBase^
This language is not supported or no code example is available.
| Name | Description | |
|---|---|---|
|
PicoPassCard(CardHandle) | Constructor for PicoPass and HID iCLASS cards. |
| Name | Description | |
|---|---|---|
|
ATR | (inherited from CardModuleBase). |
|
CardName | (inherited from CardModuleBase). |
|
ErrorCode | (inherited from CardModuleBase). |
|
ErrorMessage | (inherited from CardModuleBase). |
|
IsICLASS | Flag to indicate HID iCLASS - a Picopass card with PACS data issued bu HID Global |
|
IsReady | (inherited from CardModuleBase). |
|
LicenseInfo | (inherited from CardModuleBase). |
|
ModuleCardHandle | (inherited from CardModuleBase). |
|
ReaderType | Gets the type of the reader. |
|
Version | The card module version. |
|
VersionInfo | (inherited from CardModuleBase). |
| Name | Description | |
|---|---|---|
|
Authenticate(int, int, int, int) | Authenticates to iCLASS card. |
|
Connect(CardIdentifier) | (inherited from CardModuleBase). |
|
Disconnect | (inherited from CardModuleBase). |
|
Equals(Object) | Determines whether the specified object is equal to the current object. (inherited from Object). |
|
GetCardSerialNumber() | Reads physical card serial number from the currently selected page |
|
GetCardStandardIdentifier | (inherited from CardModuleBase). |
|
GetHashCode | Serves as the default hash function. (inherited from Object). |
|
GetRawWiegandData() | Reads PACS data. This method takes cate of everything including session generation. |
|
GetType | Gets the Type of the current instance. (inherited from Object). |
|
LoadKey(int, int, byte[]) | Loads key to reader. Key can be card key or reader key. The key stored on the card itself can't be changed with this method. |
|
Read(int, byte) | Reads one block (8 byte) within currently selected page. |
|
SelectPage(int, int) | Select page to access card memory. |
|
ToString | Returns a string that represents the current object. (inherited from Object). |
|
Write(int, byte[]) | Writes 8-byte data block to an iCLASS card. This requires previous authentication under the key protecting this block. Book and page are selected implicitly within Authenticate() method. |
CardWerk.SmartCard.CardModule.HID.ICLASS.PicoPassCard