Discuss this help topic in SecureBlackbox Forum

TElSAMLStatusResponseType.CreateByRequest

TElSAMLStatusResponseType     See also     


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


Creates a response to the given request.

Declaration

[C#]
    static TElSAMLStatusResponseType CreateByRequest(TElSAMLRequestAbstractType Req);

[VB.NET]
    Shared Function CreateByRequest(ByVal Req As TElSAMLRequestAbstractType) As TElSAMLStatusResponseType

[Pascal]
    class function CreateByRequest(Req : TElSAMLRequestAbstractType) : TElSAMLStatusResponseType;

[C++]
    static TElSAMLStatusResponseTypeHandle CreateByRequest(TElSAMLRequestAbstractType &Req);
    static TElSAMLStatusResponseTypeHandle CreateByRequest(TElSAMLRequestAbstractType *Req);

[Java]
    static TElSAMLStatusResponseType createByRequest(TElSAMLStatusResponseType> this, TElSAMLRequestAbstractType Req);

Parameters

  • Req - the object which represents the SAML request, to which the response is needed.

Return value

Returns a reference to the newly created response object.

Description

Use this method to create a response to the given request.

See also:     CreateByName    

Discuss this help topic in SecureBlackbox Forum