# Functions
VerifyFile calls the [WinVerifyTrustEx] function within the Windows Trust API to verify the authenticode signature of a file.
# Constants
WTD_CHOICE_BLOB.
WTD_CHOICE_CATALOG.
WTD_CHOICE_CERT.
WTD_CHOICE_FILE.
WTD_CHOICE_SIGNER.
WTD_REVOKE_NONE.
WTD_REVOKE_WHOLECHAIN.
WTD_STATEACTION_AUTO_CACHE.
WTD_STATEACTION_AUTO_CACHE_FLUSH.
WTD_STATEACTION_CLOSE.
WTD_STATEACTION_IGNORE.
WTD_STATEACTION_VERIFY.
WTD_UICONTEXT_EXECUTE.
WTD_UICONTEXT_INSTALL.
WTD_UI_ALL.
WTD_UI_NOBAD.
WTD_UI_NOGOOD.
WTD_UI_NONE.
# Structs
FileData holds data for wintrust API calls that verify the authenticode signature of a file.
FileInfo holds information about a file to be examined by wintrust API calls.
SignatureSettings can be used to communicate signature verification requirements in wintrust API calls.
# Type aliases
Action is a GUID that identifies an action that can be performed by a Windows Trust Provider.
DataType identifies the type of data provided when making wintrust API calls.
RevocationCheck describes possible options for revocation checking when making wintrust API calls.
StateAction identifies the type of verification action to be taken.
UIContext identifiers a user interface context when making wintrust API calls.
UIMode identifies a user interface mode when making wintrust API calls.