Menu

Represents a collection of verifier checks for an image (application).

Methods

IAppVerifierImageChecks::get__NewEnum method

Retrieves the IEnumVARIANT or IEnumUnknown enumerator interface for the collection of checks. Use the interface to retrieve objects from the collection.

IAppVerifierImageChecks::get_Count method

Retrieves the number of checks in the collection.

IAppVerifierImageChecks::get_Item method

Retrieves the specified IAppVerifierImageCheck object from the collection.

Remarks

If you disable all of the checks in the IAppVerifierImageChecks collection, then the image will no longer be under verification, which means it will be automatically removed from the images collection. If that happens, you must re-add the image to the images collection in IAppVerifierManager . So be careful when removing checks from the collection that you do not delete the last one inadvertently.

Inherits from

IDispatch interface

Requirements

Header: Vrfauto.h

Library: Vrfauto.dll

See Also