Discuss this help topic in SecureBlackbox Forum
Contains a error code or zero.
Declaration
[C#]
int DecryptionResult;
[VB.NET]
Property DecryptionResult As Integer
[Pascal]
property DecryptionResult : integer;
[C++]
int32_t get_DecryptionResult();
void set_DecryptionResult(int32_t Value);
[PHP]
integer get_DecryptionResult()
void set_DecryptionResult(integer $Value)
[Java]
int getDecryptionResult();
void setDecryptionResult(int Value);
Description
Use this property to check the decryption result: 0 on success, and an error code otherwise.
Discuss this help topic in SecureBlackbox Forum