PackageStatus.Tampered Property

Definition

Indicates whether the package may have been tampered with.

public:
 property bool Tampered { bool get(); };
bool Tampered();
public bool Tampered { get; }
var boolean = packageStatus.tampered;
Public ReadOnly Property Tampered As Boolean

Property Value

Boolean

bool

TRUE indicates that the package has been tampered with; otherwise FALSE.

Remarks

One reason a package may return TRUE for this property is if 3rd party anti-malware software flags the package as malware.

Applies to