WebBrowserEncryptionLevel Enumeration
In This Topic
Specifies constants that define the encryption methods that are used by documents displayed in the Web browser control.
Syntax
<System.Runtime.InteropServices.ComVisibleAttribute(True)>
<System.Runtime.InteropServices.GuidAttribute("70089005-C2B2-4843-9E93-755BA6485DE7")>
Public Enum WebBrowserEncryptionLevel
Inherits System.Enum
Members
Member | Description |
Bit128 | 128-bit security encryption. |
Bit40 | 40-bit security encryption. |
Bit56 | 56-bit security encryption. |
Fortezza | Fortezza security encryption. |
Insecure | No security encryption. |
Mixed | Multiple security encryption methods in different Web page frames. |
Unknown | Unknown security encryption. |
See Also