Enum FinEncryption
Encryption that shall be applied to all messages of a dialog.
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public enum FinEncryption
Remarks
The actual values of this enumeration match the value of the security function code ("Sicherheitsfunktion, kodiert") of a corresponding HNVSK segment.
Fields
Name | Description |
---|---|
Encrypted | The data shall be encrypted. |
None | No encryption at all. This applies to anonymous dialog types. |
PlainText | Dummy plain text encryption as it is used for non-anonymous HBCI+ PIN/TAN or FinTS 3.0 PIN/TAN dialogues. |