Monday, June 24, 2013

Question :Use of Form Digest Settings?

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

2 comments:

  1. Here is a scenario

    Code execution:-
    1) Code runs in current user privelege
    2) Code runs in elevated privelege.

    There we need to use the form digest settings

    ReplyDelete

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...