Discuss this help topic in SecureBlackbox Forum

TElSAMLBinding.StrToBinding

TElSAMLBinding     See also     


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


Converts the URI of the binding into the binding type.

Declaration

[C#]
    static short StrToBinding(string S);

[VB.NET]
    Shared Function StrToBinding(ByVal S As String) As Short

[Pascal]
    class function StrToBinding(const S : string) : TSBSAMLBindingType; static;

[C++]
    static TSBSAMLBindingType StrToBinding(const std::string &S);

[PHP]
    integer StrToBinding(string $S)

[Java]
    static short strToBinding(String S);

Parameters

  • S - the URI to be converted to the binding type.

Return value

Returns binding type for the given URI.

TSBSAMLBindingType values

Description

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

See also:     BindingToStr    

Discuss this help topic in SecureBlackbox Forum