TestimoX

API Reference

Class

WindowsDefenderStatus

Namespace ComputerX.Security
Assembly ComputerX
Attributes
SupportedOSPlatform("windows")

Represents Windows Defender health information.

Inheritance

  • Object
  • WindowsDefenderStatus

Constructors

public WindowsDefenderStatus() #

Properties

public String ComputerName { get; set; } #

Computer name.

public String EngineVersion { get; set; } #

Antimalware engine version.

public String AntivirusSignatureVersion { get; set; } #

AV signature version.

public String NisSignatureVersion { get; set; } #

NIS signature version.

public Nullable<Boolean> AntivirusEnabled { get; set; } #

Whether antivirus is enabled.

public Nullable<Boolean> AntispywareEnabled { get; set; } #

Whether antispyware is enabled.

public Nullable<Boolean> RealTimeProtectionEnabled { get; set; } #

Whether real-time protection is enabled.

public Nullable<MapsReportingLevel> MapsReporting { get; set; } #

MAPS reporting level.

public Nullable<SubmitSamplesConsentLevel> SubmitSamplesConsent { get; set; } #

Sample submission consent level.