The security validation is specific to a user, site, and time period and expires after a configurable amount of time. When the user requests a page, the server returns the page with security validation inserted. When the user then submits the form, the server verifies the security validation and if it has changed, program execution is halted and a security exception is raised.This ensures the request you are sending is genuine,not tweaked or hacked in anyway.This validation is added every time to the page rendered by SharePoint. -- El Nino
Monday, June 24, 2013
Question :Use of Form Digest Settings?
Subscribe to:
Post Comments (Atom)
Rename a Web Application in Sharepoint : A solution using powershell
Here is a small script that will enable you all to change a SharePoint Web Application name . We can use the following SharePoint Pow...
-
As per the MSDN...... In SharePoint 2010 there are a number of object models that can be used by developers to access the server. The C...
-
The security validation is specific to a user, site, and time period and expires after a configurable amount of time. When the user requ...
-
How to Retrieve the SPUSer Valuesfrom people finder control . The following function can be used to retrieve the user name and other prop...
Here is a scenario
ReplyDeleteCode execution:-
1) Code runs in current user privelege
2) Code runs in elevated privelege.
There we need to use the form digest settings
Thanks Geogy.. Keep it coming.
Delete