ICSRFManager.CheckAgainstCSRF Method

Relativity API
This will check that the current request has the CSRF.

Namespace:  Relativity.API
Assembly:  Relativity.API (in Relativity.API.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

void CheckAgainstCSRF(
	string csrf
)

Parameters

csrf
Type: System.String
CSRF submmited.
Exceptions

ExceptionCondition
AccessDeniedExceptionThrows if failed.
See Also

Reference