Discuss this help topic in SecureBlackbox Forum

TElCustomDataStorageSecurityHandler.GetDescription

TElCustomDataStorageSecurityHandler     See also     


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


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.

See also:     GetOID    

Discuss this help topic in SecureBlackbox Forum