Interface IFinSecurityMediaSmartCard

Namespace
Subsembly.FinTS
Assembly
Subsembly.FinTS.SmartCard.dll
public interface IFinSecurityMediaSmartCard

Methods

SelectCard(string)

Tries to selects the card in the given smart card reader.

string SelectCard(string sReaderName)

Parameters

sReaderName string

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 null is returned.

Remarks

The method must only be invoked when this IFinSecurityMedia instance is in the Null State.

If the card was selected successfully, then this IFinSecurityMedia instance is in the Selected State.