IAntiForgeryAdditionalDataProvider Interface
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 a way to include or validate custom data for anti-forgery tokens.
public interface IAntiForgeryAdditionalDataProvider
type IAntiForgeryAdditionalDataProvider = interface
Public Interface IAntiForgeryAdditionalDataProvider
Methods
GetAdditionalData(HttpContextBase) |
Provides additional data to store for the anti-forgery tokens that are generated during this request. |
ValidateAdditionalData(HttpContextBase, String) |
Validates additional data that was embedded inside an incoming anti-forgery token. |