Interface IFinSecurityMediaSmartCard
public interface IFinSecurityMediaSmartCard
Methods
SelectCard(string)
Tries to selects the card in the given smart card reader.
string SelectCard(string sReaderName)
Parameters
sReaderNamestring
Returns
- string
If the card was selected successfully, then its SecurityMediaID string is returned. If no compatible card could be selected in the reader, then
nullis returned.
Remarks
The
If the card was selected successfully, then this IFinSecurityMedia instance is in the Selected State.