Discuss this help topic in SecureBlackbox Forum

TElOfficeCustomSecurityHandler.GetName

TElOfficeCustomSecurityHandler     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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);

[PHP]
    string GetName()

[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