This class represents a condition to be reported that was found by the scanner.
Object Model
Syntax
Remarks
Inheritance Hierarchy
Public Constructors
Public Properties
| Name | Description |
---|
 | ActiveCustomAction | The most recent action performed on this scan result. |
 | AttachedFiles | The collection of files attached to this ScanResult . |
 | Category | The category of the result. |
 | Data | Additional data about the result. This data is application-dependant. |
 | Description | The description of the result. |
 | RelevantCntrl | The control the result was found in. |
 | Scanner | The scanner that found this result. |
 | Severity | The severity of the result found. |
 | Summary | A short summary of the result. |
TopPublic Methods
| Name | Description |
---|
 | Equals | Overloaded. Returns true if the other ScanResult is identical to this ScanResult . |
TopPublic Events