Discuss this help topic in SecureBlackbox Forum

TElSAMLID.CreateByName

TElSAMLID     


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


Creates a new name identifier.

Declaration

[C#]
    static TElSAMLID CreateByName(string Name);

[VB.NET]
    Shared Function CreateByName(ByVal Name As String) As TElSAMLID

[Pascal]
    class function CreateByName(const Name : string) : TElSAMLID;

[C++]
    static TElSAMLIDHandle CreateByName(const std::string &Name);

[PHP]
    TElSAMLID CreateByName(string $Name)

[Java]
    static TElSAMLID createByName(TElSAMLID> this, String Name);

Parameters

  • Name - the name for which a new ID is needed.

Return value

Returns a newly created TElSAMLID object.

Description

Use this class method to create a new SAML ID element for the specified entity.

Discuss this help topic in SecureBlackbox Forum