MF_URL_TRUST_STATUS enumeration
Indicates whether the URL is from a trusted source.
Syntax
typedef enum { MF_LICENSE_URL_UNTRUSTED, MF_LICENSE_URL_TRUSTED, MF_LICENSE_URL_TAMPERED } MF_URL_TRUST_STATUS;
Constants
- MF_LICENSE_URL_UNTRUSTED
-
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
|
Minimum supported client |
Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps | Windows Store apps] |
|
Header |
|
See also
Show: