API Reference
Class
VulnerabilityReport
Represents patch level information for a domain controller and related CVEs.
Inheritance
- Object
- VulnerabilityReport
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public VulnerabilityReport() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String DomainController { get; set; } #Gets or sets the domain controller host name.
public String OperatingSystem { get; set; } #Gets or sets the operating system.
public String Build { get; set; } #Gets or sets the build number including UBR.
public List<String> Cves { get; set; } #Gets applicable CVE identifiers.