Share via


SecureLockIconConstants (Windows Embedded CE 6.0)

1/6/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 exdisp.h
Library shdocvw.lib
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

Internet Explorer Embedded Browser Enumerations