Discuss this help topic in SecureBlackbox Forum

TElSAMLStatusResponseType.CreateByName

TElSAMLStatusResponseType     See also     


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


Creates a new instance of SAML response.

Declaration

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

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

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

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

[PHP]
    TElSAMLStatusResponseType CreateByName(string $Name)

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

Parameters

  • Name - the name of the SAML request to which the response should be created. One of 'Response', 'LogoutResponse', 'ArtifactResponse', 'ManageNameIDResponse', or 'NameIDMappingResponse'.

Return value

Returns a reference to the newly created response object.

Description

Use this method to create a new response to the request given its type.

See also:     CreateByRequest    

Discuss this help topic in SecureBlackbox Forum