Discuss this help topic in SecureBlackbox Forum
Returns the name of the 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(TElXMLSOAPCustomSignatureHandler> this);
Parameters
Return value
Returns the name of the handler.
Description
Use this class method to get the name of the handler.
Discuss this help topic in SecureBlackbox Forum