Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This enumeration contains values used by the DWebBrowserEvents2::SetSecureLockIconevent.

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