ICSRFManager
Helper to enforce CSRF(Cross Site Request Forgery) support.
This gets you the Header Name that the CSRF should be submitted as.
Gets you the CSRF token used for the users sessions.
This lets put the CSRF on your Custom Page.
This will check that the current request has the CSRF.
void CheckCSRF()
This will check that the current request has the CSRF.