Generic ISO 7816-4 command for selecting the master file (MF).
Namespace:
CardWerk.SmartCard
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Public Function SelectRoot() As CardResponseAPDU
This language is not supported or no code example is available.
public CardResponseAPDU SelectRoot()
This language is not supported or no code example is available.
public:
CardResponseAPDU^ SelectRoot()
This language is not supported or no code example is available.
Return Value
Type: CardResponseAPDUThe complete response APDU is returned. The property CardResponseAPDU.IsSuccessful can be used to check whether the file was selected successfully.
Exception type | Condition |
---|---|
Thrown when a Card Terminal error condition occurs. |