Interface IFinSecurityMediaSmartCard
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.SmartCard.dll
Syntax
public interface IFinSecurityMediaSmartCard
Methods
SelectCard(String)
Tries to selects the card in the given smart card reader.
Declaration
string SelectCard(string sReaderName)
Parameters
Type | Name | Description |
---|---|---|
System.String | sReaderName |
Returns
Type | Description |
---|---|
System.String | If the card was selected successfully, then its SecurityMediaID
string is returned. If no compatible card could be selected in the reader, then
|
Remarks
The
If the card was selected successfully, then this IFinSecurityMedia instance is in the Selected State.