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

    Interface IEbicsSecurityMediumSignaturePin

    Interface for hardware based security media that needs a different PIN for digital signatures.

    Namespace: Subsembly.EBICS
    Assembly: Subsembly.EBICS.Core.dll
    Syntax
    public interface IEbicsSecurityMediumSignaturePin
    Remarks

    If this interface is implemented, it implies that a digital signature PIN is needed for this security media. Through this interface a user entered digital signature PIN can be supplied to the implementation. If no digital signature PIN is provided, then a class 2 PIN verification with PIN pad shall be attempted, when a digital signature is requested.

    Properties

    HaveSignaturePIN

    Indicates whether a digital signature PIN has been provided.

    Declaration
    bool HaveSignaturePIN { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    SetSignaturePIN(String)

    Provides the digital signature PIN for digital signatures.

    Declaration
    void SetSignaturePIN(string sPIN)
    Parameters
    Type Name Description
    System.String sPIN

    The user provided digital signature PIN, or null.

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