Edit

Share via


wldp.h header

This header is part of the security feature area. For more information, see:

wldp.h contains the following programming interfaces:

Functions

 
WldpCanExecuteBuffer

Queries whether the execution policy allows execution of the code in the supplied buffer.
WldpCanExecuteFile

Queries whether the execution policy allows execution of the code in the supplied file.
WldpCanExecuteStream

Queries whether the execution policy allows execution of the code in the supplied stream.
WldpGetApplicationSettingBoolean

Queries the values of the application setting defined as type boolean across all Application Control for Business policies in the supplied file.
WldpGetApplicationSettingStringList

Queries the values of the application setting defined as type stringlist across all Application Control for Business policies in the supplied file.
WldpGetApplicationSettingStringSet

Queries the values of the application setting defined as type stringset across all Application Control for Business policies in the supplied file.
WldpGetLockdownPolicy

Calls the library to get the security state relative to the host, and script or msi to be used.
WldpIsClassInApprovedList

Calls the library to validate if a particular CLSID is safe to be called.
WldpIsDynamicCodePolicyEnabled

Retrieves a value that describes the Device Guard policy enforcement status for .NET dynamic code.
WldpQueryDynamicCodeTrust

Retrieves a value that determines if the specified in-memory or on-disk .NET CRL dynamic code is trusted by Device Guard policy.
WldpQueryWindowsLockdownMode

Retrieves the current Windows secure mode. Windows can be in locked mode, unlocked normal mode, or trial mode.
WldpSetDynamicCodeTrust

Sets an on-disk .NET CRL Dynamic Code trustable for .NET.

Structures

 
WLDP_HOST_INFORMATION

A structure identifying the host and source file to be evaluated.

Enumerations

 
WLDP_EXECUTION_EVALUATION_OPTIONS

Specifies execution options when querying for execution authorization with WldpCanExecuteBuffer, WldpCanExecuteFile, and WldpCanExecuteStream.
WLDP_EXECUTION_POLICY

WLDP_HOST_ID

Identifies the host type of the WLDP caller.
WLDP_WINDOWS_LOCKDOWN_MODE

Describes the secure modes (S modes) for a Windows device.