Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether form digest handling is enabled and has a default value of true.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property FormDigestHandlingEnabled As Boolean
Get
Set
'Usage
Dim instance As ClientContext
Dim value As Boolean
value = instance.FormDigestHandlingEnabled
instance.FormDigestHandlingEnabled = value
public bool FormDigestHandlingEnabled { get; set; }
Property value
Type: System.Boolean
true if form digest handling is enabled; otherwise, false.