Enumeration EncryptionErrorType

Encryption error type.

Enumeration Members

EncryptionErrorDecryptionFailure: 1

1: Decryption errors. Ensure that the receiver and the sender use the same encryption mode and key.

EncryptionErrorEncryptionFailure: 2

2: Encryption errors.

EncryptionErrorInternalFailure: 0

0: Internal reason.

Generated using TypeDoc