Helper to enforce CSRF(Cross Site Request Forgery) support.
Namespace: Relativity.API
Assembly: Relativity.API (in Relativity.API.dll) Version: 17.0.1.1 588f15fd7550dbf54835f3417a0142d4ea37dbb5
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