SecureLockIconConstants enumeration
Contains values used by the DWebBrowserEvents2::SetSecureLockIcon event.
Syntax
typedef enum SecureLockIconConstants { secureLockIconUnsecure = 0, secureLockIconMixed = 0x1, secureLockIconSecureUnknownBits = 0x2, secureLockIconSecure40Bit = 0x3, secureLockIconSecure56Bit = 0x4, secureLockIconSecureFortezza = 0x5, secureLockIconSecure128Bit = 0x6 } SecureLockIconConstants;
Constants
- secureLockIconUnsecure
-
There is no security encryption present.
- secureLockIconMixed
-
There are multiple security encryption methods present.
- secureLockIconSecureUnknownBits
-
The security encryption level is not known.
- secureLockIconSecure40Bit
-
There is 40-bit security encryption present.
- secureLockIconSecure56Bit
-
There is 56-bit security encryption present.
- secureLockIconSecureFortezza
-
There is Fortezza security encryption present.
- secureLockIconSecure128Bit
-
There is 128-bit security encryption present.
Requirements
|
Minimum supported client |
Windows XP |
|---|---|
|
Minimum supported server |
Windows 2000 Server |
|
Header |
|
Show: