Discuss this help topic in SecureBlackbox Forum
This event is fired when a signature needs to be verified.
Declaration
Parameters
- URL - the signed query string.
- SignatureAlg - specifies the signature algorithm.
- Signature - the signature to be verified.
- pcURL - the signed query string.
- szURL - the length of pcURL.
- pcSignatureAlg - specifies the signature algorithm.
- szSignatureAlg - the length of pcSignatureAlg.
- pSignature - the signature to be verified.
- szSignature - the length of pSignature.
Description
This event is fired by TElSAMLRedirectBinding when it needs to verify a signature.
Discuss this help topic in SecureBlackbox Forum