Discuss this help topic in SecureBlackbox Forum
This event is fired when an HTML form control needs to be parsed.
Declaration
Parameters
- Html - the HTML form.
- BodyName - the name of the body element.
- URL - the extracted URL value should be passed via this parameter.
- Body - the extracted message body should be passed via this parameter.
- RelayState - the RelayState value should be passed via this parameter.
- pcHtml - the HTML form.
- szHtml - the length of pcHtml.
- pcBodyName - the name of the body element.
- szBodyName - the length of pcBodyName.
- pcURL - the extracted URL value should be passed via this parameter.
- szURL - the length of pcURL.
- pcBody - the extracted message body should be passed via this parameter.
- szBody - the length of pcBody.
- pcRelayState - the RelayState value should be passed via this parameter.
- szRelayState - the length of pcRelayState.
Description
This event is fired by TElSAMLPOSTBinding when it needs to parse an HTML form control.
The handler should extract the URL, the body content of the message, and the RelayState value.
These values should be passed back to the component via the corresponding parameters
Discuss this help topic in SecureBlackbox Forum