Discuss this help topic in SecureBlackbox Forum
Returns the name of the security handler.
Declaration
[C#]
static string GetName();
[VB.NET]
Shared Function GetName() As String
[Pascal]
class function GetName : string; virtual;
[C++]
static void GetName(std::string &OutResult);
[Java]
static String getName(TElOfficeCustomSecurityHandler> this);
Parameters
Return value
Returns the name of the handler.
Description
Use this method to get the name of the security handler.
Discuss this help topic in SecureBlackbox Forum