SPUtility.ValidateFormDigest method
SharePoint 2013
Validates the form digest control that is used in the current request.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
If the method that is passed to the RunWithElevatedPrivileges method includes a write operation, either of the SPUtility.ValidateFormDigest() or SPWeb.ValidateFormDigest() methods should be called before a call is made to RunWithElevatedPrivileges.
For information about the control that is used for security validation, see Microsoft.SharePoint.WebControls.FormDigest.