Click or drag to resize

IAntiForgeryAdditionalDataProviderGetAdditionalData Method

Provides additional data to be stored for the anti-forgery tokens generated during this request.

Namespace: GSF.Web.Security
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
string GetAdditionalData(
	HttpRequestMessage request
)
View Source

Parameters

request  HttpRequestMessage
Information about the current request.

Return Value

String
Supplemental data to embed within the anti-forgery token.
See Also