WebBrowserEncryptionLevel Enumeration
.NET Framework (current version)
Specifies constants that define the encryption methods used by documents displayed in the WebBrowser control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | 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. |
This enumeration is used by the WebBrowser::EncryptionLevel property to indicate the encryption used by a document displayed in the WebBrowser control.
.NET Framework
Available since 2.0
Available since 2.0
Show: