C# Class Foundstone.RequestToValidate

Summary description for RequestToValidate.
Mostrar archivo Open project: o2platform/Demos_Files Class Usage Examples

Public Properties

Property Type Description
HttpRequestToAnalyse System.Web.HttpRequest
pageClassName string

Public Methods

Method Description
RequestToValidate ( ) : System
protectAndMitigateSQLInjections ( ) : ArrayList
protectAndMitigateXSSAttacks ( ) : ArrayList

Private Methods

Method Description
___requiredBindingFlagsToAccessPrivateMembers ( ) : BindingFlags
htmlGreen ( string htmlCodeToApplyFormating ) : string
htmlOrange ( string htmlCodeToApplyFormating ) : string
htmlRed ( string htmlCodeToApplyFormating ) : string
pageHasItemsToValidate ( ) : bool
validateAndHandleMaliciousInput ( XmlElement objXmlElementWithFormMappings, Hashtable hashtableWithValidator_FormRules ) : ArrayList
validateCurrentPage ( ArrayList pagesToProcess ) : bool

Method Details

RequestToValidate() public method

public RequestToValidate ( ) : System
return System

protectAndMitigateSQLInjections() public method

public protectAndMitigateSQLInjections ( ) : ArrayList
return System.Collections.ArrayList

protectAndMitigateXSSAttacks() public method

public protectAndMitigateXSSAttacks ( ) : ArrayList
return System.Collections.ArrayList

Property Details

HttpRequestToAnalyse public_oe property

public HttpRequest,System.Web HttpRequestToAnalyse
return System.Web.HttpRequest

pageClassName public_oe property

public string pageClassName
return string