FormDigest.DigestValue Property

Gets the value of the security validation that is inserted in the .aspx file.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public ReadOnly Property DigestValue As String
    Get
'Usage
Dim instance As FormDigest
Dim value As String

value = instance.DigestValue
public string DigestValue { get; }

Property Value

Type: System.String
A string that contains the value of the security validation without any HTML.

See Also

Reference

FormDigest Class

FormDigest Members

Microsoft.SharePoint.WebControls Namespace