IAntiforgeryPolicy 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.
A marker interface for filters which define a policy for antiforgery token validation.
public interface class IAntiforgeryPolicy : Microsoft::AspNetCore::Mvc::Filters::IFilterMetadata
	public interface IAntiforgeryPolicy : Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata
	type IAntiforgeryPolicy = interface
    interface IFilterMetadata
	Public Interface IAntiforgeryPolicy
Implements IFilterMetadata
	- Derived
 
- Implements