Discuss this help topic in SecureBlackbox Forum
Declaration
[C#]
string PlaintextAsString;
[VB.NET]
Property PlaintextAsString As String
[Pascal]
under development
[C++]
void get_PlaintextAsString(sb_u16string &OutResult);
void get_PlaintextAsString(std::wstring &OutResult);
void set_PlaintextAsString(const sb_u16string &Value);
void set_PlaintextAsString(const std::wstring &Value);
[PHP]
string get_PlaintextAsString()
void set_PlaintextAsString(string $Value)
[Java]
String getPlaintextAsString();
void setPlaintextAsString(String Value);
Description
This topic is under development.
Discuss this help topic in SecureBlackbox Forum