Discuss this help topic in SecureBlackbox Forum
This event is fired when a query needs to be signed.
Declaration
Parameters
- URL - contains URL query to be signed.
- SignatureAlg - specifies the signature algorithm to be used.
- pcURL - contains URL query to be signed.
- szURL - the length of pcURL.
- pcSignatureAlg - specifies the signature algorithm to be used.
- szSignatureAlg - the length of pcSignatureAlg.
Description
This event is fired by TElSAMLRedirectBinding when it needs to sign a message (query string).
The handler should compute and return the signature value.
Discuss this help topic in SecureBlackbox Forum