Enum FinBanksRdhVersionSet
Bit set that indicates a set of RDH and RAH security profiles.
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
[Flags]
public enum FinBanksRdhVersionSet
Remarks
The least significant bit of this integer value corresponds with RDH-1. Higher and newer profiles have higher bit values.
Fields
Name | Description |
---|---|
All | Bit set that includes all known RDH and RAH profiles. |
AllCard | Bit set that includes all profiles that use a smart card. This bit set includes RDH-1 because RDH-1 is used with key files and smart cards. |
AllRAH | Bit set that includes all known RAH profiles. |
AllRDH | Bit set that includes all known RDH profiles. |
AllSoft | Bit set that includes all profiles that use a key file. |
None | None. |
RAH10 | RAH-10 |
RAH7 | RAH-7 |
RAH9 | RAH-9 |
RDH1 | RDH-1 |
RDH10 | RDH-10 |
RDH2 | RDH-2 |
RDH3 | RDH-3 |
RDH4 | RDH-4 |
RDH5 | RDH-5 |
RDH6 | RDH-6 |
RDH7 | RDH-7 |
RDH8 | RDH-8 |
RDH9 | RDH-9 |