Enum FinSecurityExceptionCode
Enumerates the possible types of failure that caused the FinSecurityException to be thrown.
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public enum FinSecurityExceptionCode
Fields
Name | Description |
---|---|
BadSessionKey | A provided ciphering session key is not good. |
BrokenKeyFile | The RDH key file could is malformed or corrupted. |
DecryptFailure | Decryption failed. The resulting data is garbage. |
IncompleteSecurityMedia | Some essential and required information, such as a key, was not found on the security media. |
SignatureVerifyFailure | The signature verification of the bank signature failed. |
SmartCardFailure | While access the smart card an error status word (SW) was returned. |