C# Class Frapid.Areas.CSRF.AntiforgeryTokenGenerator

Inheritance: IAntiforgeryTokenGenerator
ファイルを表示 Open project: frapid/frapid Class Usage Examples

Public Methods

Method Description
AntiforgeryTokenGenerator ( IStaticDomainCheck staticDomainCheck, IAntiforgeryTokenizer tokenizer, string currentDomain ) : System.Web.Mvc
GetAntiForgeryToken ( ) : System.Web.Mvc.MvcHtmlString

Method Details

AntiforgeryTokenGenerator() public method

public AntiforgeryTokenGenerator ( IStaticDomainCheck staticDomainCheck, IAntiforgeryTokenizer tokenizer, string currentDomain ) : System.Web.Mvc
staticDomainCheck IStaticDomainCheck
tokenizer IAntiforgeryTokenizer
currentDomain string
return System.Web.Mvc

GetAntiForgeryToken() public method

public GetAntiForgeryToken ( ) : System.Web.Mvc.MvcHtmlString
return System.Web.Mvc.MvcHtmlString