IAntiForgeryAdditionalDataProvider.GetAdditionalData(HttpContextBase) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides additional data to store for the anti-forgery tokens that are generated during this request.
public string GetAdditionalData(System.Web.HttpContextBase context);
abstract member GetAdditionalData : System.Web.HttpContextBase -> string
Public Function GetAdditionalData (context As HttpContextBase) As String
Parameters
- context
- HttpContextBase
Information about the current request.
Returns
The supplemental data to embed in the anti-forgery token.