The following tables list the members exposed by the PicoPassCard type.

Name Description
Public method Authenticate(int, int, int, int) Authenticates to iCLASS card.
Public method Connect(CardIdentifier) (inherited from CardModuleBase).
Public method Disconnect (inherited from CardModuleBase).
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Public method GetCardSerialNumber() Reads physical card serial number from the currently selected page
Public method GetCardStandardIdentifier (inherited from CardModuleBase).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetRawWiegandData() Reads PACS data. This method takes cate of everything including session generation.
Public method GetType Gets the Type of the current instance. (inherited from Object).
Public method 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.
Public method Read(int, byte) Reads one block (8 byte) within currently selected page.
Public method SelectPage(int, int) Select page to access card memory.
Public method ToString Returns a string that represents the current object. (inherited from Object).
Public method 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.
Top