|
IAntiForgeryAdditionalDataProviderGetAdditionalData Method
|
Provides additional data to be stored for the anti-forgery tokens generated
during this request.
Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-beta
Syntax function GetAdditionalData(request);
View SourceParameters
- request HttpRequestMessage
- Information about the current request.
Return Value
StringSupplemental data to embed within the anti-forgery token.
See Also