Helper to enforce CSRF(Cross Site Request Forgery) support.
Namespace: Relativity.API
Assembly: Relativity.API (in Relativity.API.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The ICSRFManager type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | CSRFHeaderName |
This gets you the Header Name that the CSRF should be submitted as.
|
![]() | CSRFToken |
Gets you the CSRF token used for the users sessions.
This lets put the CSRF on your Custom Page.
|
Methods
Name | Description | |
---|---|---|
![]() | CheckAgainstCSRF |
This will check that the current request has the CSRF.
|
![]() | CheckCSRF |
This will check that the current request has the CSRF.
|
See Also