Discuss this help topic in SecureBlackbox Forum

TElSAMLBinding.BindingToStr

TElSAMLBinding     See also     


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


Returns binding URI given binding type.

Declaration

[C#]
    static string BindingToStr(TSBSAMLBindingType V);

[VB.NET]
    Shared Function BindingToStr(ByVal V As TSBSAMLBindingType) As String

[Pascal]
    class function BindingToStr(V : TSBSAMLBindingType) : string; static;

[C++]
    static void BindingToStr(TSBSAMLBindingType V, std::string &OutResult);

[PHP]
    string BindingToStr(integer $V)

[Java]
    static String bindingToStr(TSBSAMLBindingType V);

Parameters

  • V - specifies binding type.

TSBSAMLBindingType values

Return value

Returns a URI value of the binding.

Description

Use this class method to get the URI of the binding given its type.

See also:     StrToBinding    

Discuss this help topic in SecureBlackbox Forum