Enum FinSecurityExceptionCode
Enumerates the possible types of failure that caused the FinSecurityException to be thrown.
public enum FinSecurityExceptionCode
Fields
BadSessionKey = 0A provided ciphering session key is not good.
BrokenKeyFile = 3The RDH key file could is malformed or corrupted.
DecryptFailure = 1Decryption failed. The resulting data is garbage.
IncompleteSecurityMedia = 4Some essential and required information, such as a key, was not found on the security media.
SignatureVerifyFailure = 2The signature verification of the bank signature failed.
SmartCardFailure = 5While access the smart card an error status word (SW) was returned.