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