Enum FinBanksRdhVersionSet
Bit set that indicates a set of RDH and RAH security profiles.
[Flags]
public enum FinBanksRdhVersionSet
Fields
All = AllRDH | AllRAHBit set that includes all known RDH and RAH profiles.
AllCard = RDH1 | RDH3 | RDH4 | RDH5 | RDH6 | RDH7 | RDH8 | RDH9 | RAH7 | RAH9Bit 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 = RAH7 | RAH9 | RAH10Bit set that includes all known RAH profiles.
AllRDH = RDH1 | RDH2 | RDH3 | RDH4 | RDH5 | RDH6 | RDH7 | RDH8 | RDH9 | RDH10Bit set that includes all known RDH profiles.
AllSoft = RDH1 | RDH2 | RDH10 | RAH10Bit set that includes all profiles that use a key file.
None = 0None.
RAH10 = 16384RAH-10
RAH7 = 4096RAH-7
RAH9 = 8192RAH-9
RDH1 = 1RDH-1
RDH10 = 512RDH-10
RDH2 = 2RDH-2
RDH3 = 4RDH-3
RDH4 = 8RDH-4
RDH5 = 16RDH-5
RDH6 = 32RDH-6
RDH7 = 64RDH-7
RDH8 = 128RDH-8
RDH9 = 256RDH-9
Remarks
The least significant bit of this integer value corresponds with RDH-1. Higher and newer profiles have higher bit values.