Discuss this help topic in SecureBlackbox Forum
Returns description of the security handler.
Declaration
[C#]
string GetDescription();
[VB.NET]
Function GetDescription() As String
[Pascal]
function GetDescription : string;
[C++]
void GetDescription(std::string &OutResult);
[PHP]
string GetDescription()
[Java]
String getDescription();
Return value
Textual description of the handler.
Description
Use this method to get some textual description of the security handler.
Discuss this help topic in SecureBlackbox Forum