Definitionpublic abstract class SecurePage : System.Web.UI.Page Event Handlers and Delegatespublic IDSEvent OnIDSEvent public delegate void IDSEvent(DOTNETIDS.Report report, SecurePage SecurePage); MethodsWriteResponse()public void WriteResponse() This method writes the unmodified page response to the client. WriteResponse(string AlternativeOutput)public void WriteResponse(string AlternativeOutput) This method writes a different response to the client. You should use this when an impact threshold is reached within page output scanning. PropertiesCookieExclusions- Type: System.Collections.Generic.List<string>
- Function: Specifies exclusions for cookies
DecodeJS- Type: Bool
- Function: Specifies whether to decode fromCharCode(XX,XX) style javascript. This will result in a higher impact for some inputs.
DecodeUTF7- Type: Bool
- Function: Specifies whether to decode UTF7 ascii-representations to pure ascii. This will result in a higher impact for some inputs.
Exclusions- Type: System.Collections.Generic.List<string>
- Function: Specifies exclusions for all types of scanning
FilterXmlPath- Type: String
- Function: Specifies the path to the default_filters.xml file.
GetExclusions- Type: System.Collections.Generic.List<string>
- Function: Specifies exclusions for querystrings
HeaderExclusions- Type: System.Collections.Generic.List<string>
- Function: Specifies exclusions for headers
OutputFilterXmlPath- Type: String
- Function: Specifies the path to the output_filters.xml file.
PageHTML- Type: String
- Function: The rendered page output. This will only be populated once an output scan has been performed.
PostExclusions- Type: System.Collections.Generic.List<string>
- Function: Specifies exclusions for post values
ScanCookies- Type: Bool
- Function: Specifies whether to scan cookies
ScanGet- Type: Bool
- Function: Specifies whether to scan querystrings
ScanHeaders- Type: Bool
- Function: Specifies whether to scan headers
ScanKeys- Type: Bool
- Function: Specifies whether to scan keys as well as values
ScanPost- Type: Bool
- Function: Specifies whether to scan post values
See Also
|