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

    Class FinBankingPin

    Trivial IFinBankingPinStore implementation that wraps a simple, non-persistent PIN member.

    Inheritance
    System.Object
    FinBankingPin
    Implements
    IFinBankingPinStore
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Subsembly.FinTS.Online
    Assembly: Subsembly.FinTS.Core.dll
    Syntax
    public class FinBankingPin : IFinBankingPinStore

    Constructors

    FinBankingPin(String)

    Declaration
    public FinBankingPin(string sPin)
    Parameters
    Type Name Description
    System.String sPin

    The PIN that will be returned by GetStoredPin(FinContact). May be updated by SetStoredPin(FinContact, String).

    Methods

    GetStoredPin(FinContact)

    Returns the current PIN value.

    Declaration
    public string GetStoredPin(FinContact aContact)
    Parameters
    Type Name Description
    FinContact aContact
    Returns
    Type Description
    System.String

    SetStoredPin(FinContact, String)

    Updates the contained PIN.

    Declaration
    public void SetStoredPin(FinContact aContact, string sPin)
    Parameters
    Type Name Description
    FinContact aContact
    System.String sPin

    Implements

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