Enum FinSecurityExceptionCode

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

Enumerates the possible types of failure that caused the FinSecurityException to be thrown.

public enum FinSecurityExceptionCode

Fields

BadSessionKey = 0

A provided ciphering session key is not good.

BrokenKeyFile = 3

The RDH key file could is malformed or corrupted.

DecryptFailure = 1

Decryption failed. The resulting data is garbage.

IncompleteSecurityMedia = 4

Some essential and required information, such as a key, was not found on the security media.

SignatureVerifyFailure = 2

The signature verification of the bank signature failed.

SmartCardFailure = 5

While access the smart card an error status word (SW) was returned.