C# Class Sitecore.Modules.WeBlog.Mvc.Controllers.CaptchaController

Inheritance: Controller
Datei anzeigen Open project: WeTeam/WeBlog

Public Methods

Method Description
CaptchaController ( ) : System
Index ( ) : System.Web.Mvc.ActionResult

Protected Methods

Method Description
BuildChallangeValue ( ) : string
BuildImageSource ( ) : string
GenerateClientKey ( ) : string
GetImageBytes ( ) : byte[]
StoreClientKey ( string clientKey ) : void

Method Details

BuildChallangeValue() protected method

protected BuildChallangeValue ( ) : string
return string

BuildImageSource() protected method

protected BuildImageSource ( ) : string
return string

CaptchaController() public method

public CaptchaController ( ) : System
return System

GenerateClientKey() protected method

protected GenerateClientKey ( ) : string
return string

GetImageBytes() protected method

protected GetImageBytes ( ) : byte[]
return byte[]

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

StoreClientKey() protected method

protected StoreClientKey ( string clientKey ) : void
clientKey string
return void