MF_URL_TRUST_STATUS enumeration (mfidl.h)
Indicates whether the URL is from a trusted source.
Syntax
typedef enum __MIDL___MIDL_itf_mfidl_0000_0032_0001 {
MF_LICENSE_URL_UNTRUSTED = 0,
MF_LICENSE_URL_TRUSTED,
MF_LICENSE_URL_TAMPERED
} MF_URL_TRUST_STATUS;
Constants
MF_LICENSE_URL_UNTRUSTED Value: 0 The validity of the URL cannot be guaranteed because it is not signed. The application should warn the user. |
MF_LICENSE_URL_TRUSTED The URL is the original one provided with the content. |
MF_LICENSE_URL_TAMPERED The URL was originally signed and has been tampered with. The file should be considered corrupted, and the application should not navigate to the URL without issuing a strong warning the user. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2008 [desktop apps | UWP apps] |
Header | mfidl.h |