Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the URL validation rules for ISecureUrlHost::ValidateSecureUrl.
Syntax
typedef enum _SECUREURLHOSTVALIDATE_FLAGS {
SUHV_PROMPTBEFORENO = 0x00000001,
SUHV_SILENTYES = 0x00000002,
SUHV_UNSECURESOURCE = 0x00000004,
SECUREURLHOSTVALIDATE_FLAGS_Max = 2147483647L
} SECUREURLHOSTVALIDATE_FLAGS;
Constants
SUHV_PROMPTBEFORENO
Prompts user.SUHV_SILENTYES
Silently succeeds.SUHV_UNSECURESOURCE
Source is unsecure.SECUREURLHOSTVALIDATE_FLAGS_Max
Maximum valid flag value.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Mshtml.h |
IDL |
Mshtml.idl |