• API Overview
  • EBICS API
  • FinTS API
  • XS2A API
  • SEPA API
Search Results for

    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 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.

    In This Article
    Back to top Copyright 2009-2025 Subsembly GmbH