C# Class Frapid.Areas.CSRF.AntiforgeryTokenGenerator

Inheritance: IAntiforgeryTokenGenerator
Afficher le fichier Open project: frapid/frapid Class Usage Examples

Méthodes publiques

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

Method Details

AntiforgeryTokenGenerator() public méthode

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

GetAntiForgeryToken() public méthode

public GetAntiForgeryToken ( ) : System.Web.Mvc.MvcHtmlString
Résultat System.Web.Mvc.MvcHtmlString