Discuss this help topic in SecureBlackbox Forum

TElSAMLBinding.GetName

TElSAMLBinding     See also     


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


Returns the name of this binding.

Declaration

[C#]
    string GetName();

[VB.NET]
    Function GetName() As String

[Pascal]
    function GetName : string; virtual;

[C++]
    void GetName(std::string &OutResult);

[PHP]
    string GetName()

[Java]
    String getName();

Return value

Returns the name of this binding.

Description

Use this method to check the name of this binding.

See also:     BindingToStr    

Discuss this help topic in SecureBlackbox Forum