Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
pass through method in RSSE
bcmp
<p>Could someone explain what is the use of pass through method implementation in RSSE and also when it is called during the RSSE phase.</p>
<p> </p>
<p>Thank you in advance</p>
Find more posts tagged with
Comments
Belmont
<p>From what I can tell with passThrough, it's only invoked via an IDAPI call CallOpenSecurityLibrary. So it's not called in some order after the RSSE is started. It doesn't seem to be a method that's absolutely required to be implemented. However, if you did implement it, it seems that all it does is pass a return code to the response object without interpreting the request parameter, from my interpretation of reading the manual. The SampleRSSE example code seems to actually interpret it and perform an operation based on what was passed in, but that might be specific to that example, and might not be absolutely necessary. </p>