Assembly and Namespace overview
The Subsembly FinTS API itself is divided into three separate assemblies. It uses several supporting assemblies that are also included in the package.
The Subsembly.FinTS.Core.dll contains the platform neutral base classes. This assembly targets .NET Standard 2.0. All classes in this assembly are part of the following namespaces.
The Subsembly.FinTS.SmartCard.dll contains additional classes for supporting HBCI smart cards. These classes are only supported on Windows and macOS platforms. All classes in this assemblys are also part of the following namespaces.
The Subsembly.FinTS.Win32.dll contains UI classes for Windows only. These classes require a true Windows platform with .NET Framework 4.7.2 or later. The classes of this assembly use the namespace
Supporting Assemblies
The Subsembly SEPA API is used to parse and generate SEPA, CAMT, SWIFT, and DTAZV data. The classes are contained in the Subsembly.Sepa.dll assembly.
Documentation of all of these classes can be found in the Subsembly SEPA API Reference Documentation.