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

    Enum FinSecurityMediaPassphraseFlags

    A collection of bit flags that is used to describe the properties of a passphrase as required by a security media. See PassphraseFlags.

    Namespace: Subsembly.FinTS
    Assembly: Subsembly.FinTS.Core.dll
    Syntax
    [Flags]
    public enum FinSecurityMediaPassphraseFlags

    Fields

    Name Description
    AdminPinRequired

    For all write accesses a special admin PIN must be verified through AuthenticateAdmin(String, String)

    CanChange

    The security media allows changing the passphrase.

    None

    No particular flags apply.

    Numeric

    The given passphrase may consist of digits only.

    UserNameRequired

    In addition to the passphrase an UserName must be passed to Create(String, String, String) and Authenticate(String, String). If this bit is not set, then null may be passed instead of an UserName.

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