C# 클래스 Frapid.Areas.CSRF.AntiforgeryTokenGenerator

상속: IAntiforgeryTokenGenerator
파일 보기 프로젝트 열기: frapid/frapid 1 사용 예제들

공개 메소드들

메소드 설명
AntiforgeryTokenGenerator ( IStaticDomainCheck staticDomainCheck, IAntiforgeryTokenizer tokenizer, string currentDomain ) : System.Web.Mvc
GetAntiForgeryToken ( ) : System.Web.Mvc.MvcHtmlString

메소드 상세

AntiforgeryTokenGenerator() 공개 메소드

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

GetAntiForgeryToken() 공개 메소드

public GetAntiForgeryToken ( ) : System.Web.Mvc.MvcHtmlString
리턴 System.Web.Mvc.MvcHtmlString