SecureLockIconConstants
This enumeration contains values used by the DWebBrowserEvents2::SetSecureLockIcon event.
Syntax
enum SecureLockIconConstants{
secureLockIconUnsecure = 0,
secureLockIconMixed = 0x1,
secureLockIconSecureUnknownBits = 0x2,
secureLockIconSecure40Bit = 0x3,
secureLockIconSecure56Bit = 0x4,
secureLockIconSecureFortezza = 0x5,
secureLockIconSecure128Bit = 0x6
} SecureLockIconConstants;
Elements
- 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
Pocket PC: Windows Mobile Version 5.0 and later
Smartphone: Windows Mobile Version 5.0 and later
OS Versions: Windows CE 5.01 and later
Header: piedocvw.h
Library: piedocvw.lib
See Also
Internet Explorer Mobile Browser Enumerations
Send Feedback on this topic to the authors