IAntiForgeryAdditionalDataProvider Interface

Definition

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.

Applies to