Smart connect method to check if the requested card type/technology is supported
on library and reader level. We ensure that we are connected to a genuine card.
For readers that don't come with a PCSC2 compatible driver, pcsc2enabled needs
to be set to false.
Namespace:
CardWerk.SmartCard
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Public Function Connect( _
ByVal cardIdentifier As CardIdentifier _
) As Boolean
This language is not supported or no code example is available.
public bool Connect(
CardIdentifier cardIdentifier
)
This language is not supported or no code example is available.
public:
bool Connect(
CardIdentifier cardIdentifier
)
This language is not supported or no code example is available.
Parameters
- cardIdentifier
-
Type: CardIdentifier
Identifier for the card.
Return Value
Type: boolTrue if it succeeds, false if it fails.