Enum FinSecureKeyType

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

Enumerates the different types of user and bank keys.

public enum FinSecureKeyType

Fields

BankAuthenticationKey = 7

The banks authentication key, need in order to verify bank signatures. In FinTS this key is usually designated with the letter 'S'.

BankCipheringKey = 6

The banks ciphering key, need in order to encrypt messages. In FinTS this key is usually designated with the letter 'V'.

None = 0

The key type was not set.

UserAuthenticationKey = 2

The authentication key of the user, needed to create low profile signatures. In FinTS this key is usually designated with the letter 'S'.

UserCipheringKey = 1

The ciphering key of the user, needed in order to decrypt messages. In FinTS this key is usually designated with the letter 'V'.

UserSignatureKey = 3

The digital signature key of the user, needed for high profile signatures. In FinTS this key is usually designated with the letter 'D'. If not supported or applicable, then the UserAuthenticationKey should be used instead.