Discuss this help topic in SecureBlackbox Forum
Specifies whether the data has been decrypted.
Declaration
[VB.NET]
Property Decrypted As Boolean
[Pascal]
property Decrypted : boolean;
[C++]
bool get_Decrypted();
void set_Decrypted(bool Value);
[PHP]
bool get_Decrypted()
void set_Decrypted(bool $Value)
[Java]
boolean getDecrypted();
void setDecrypted(boolean Value);
Description
This property indicates whether this element's data has been decrypted.
Discuss this help topic in SecureBlackbox Forum