Enum FinEncryption

Namespace
Subsembly.FinTS
Assembly
Subsembly.FinTS.Core.dll

Encryption that shall be applied to all messages of a dialog.

public enum FinEncryption

Fields

Encrypted = 4

The data shall be encrypted.

None = 0

No encryption at all. This applies to anonymous dialog types.

PlainText = 998

Dummy plain text encryption as it is used for non-anonymous HBCI+ PIN/TAN or FinTS 3.0 PIN/TAN dialogues.

Remarks

The actual values of this enumeration match the value of the security function code ("Sicherheitsfunktion, kodiert") of a corresponding HNVSK segment.