Share via


SecureLockIconConstants

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

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

Header piedocvw.h
Library piedocvw.lib
Windows Mobile Pocket PC for Windows Mobile Version 5.0 and later, Smartphone for Windows Mobile Version 5.0 and later

See Also

Reference

Internet Explorer Mobile Browser Enumerations