DismDriverSignature enumeration

Specifies the signature status of a driver.

Syntax

typedef enum DismDriverSignature {
  DismDriverSignatureUnknown   = 0,
  DismDriverSignatureUnsigned  = 1,
  DismDriverSignatureSigned    = 2
} DismDriverSignature;

Constants

DismDriverSignatureUnknown
The signature status of the driver is unknown. DISM only checks for a valid signature for boot-critical drivers.

DismDriverSignatureUnsigned
The driver is unsigned.

DismDriverSignatureSigned
The driver is signed.

Requirements

Requirement Description
Supported host platforms DISM API can be used on any operating system supported by the Windows Assessment and Deployment Kit (Windows ADK). For more information, see the Windows ADK Technical Reference.
Supported image platforms Windows 7, Windows Server 2008 R2, Windows PE 3.0, Windows 8, Windows Server 2012, Windows Preinstallation Environment (Windows PE) 4.0, Windows 8.1, Windows Server 2012 R2, Windows 10, Windows Server 2016
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header DismAPI.h

See also

DismDriver