WebBrowserEncryptionLevel Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies constants that define the encryption methods used by documents displayed in the WebBrowser control.
public enum class WebBrowserEncryptionLevel
public enum WebBrowserEncryptionLevel
type WebBrowserEncryptionLevel =
Public Enum WebBrowserEncryptionLevel
- Inheritance
Name | Value | Description |
---|---|---|
Insecure | 0 | No security encryption. |
Mixed | 1 | Multiple security encryption methods in different Web page frames. |
Unknown | 2 | Unknown security encryption. |
Bit40 | 3 | 40-bit security encryption. |
Bit56 | 4 | 56-bit security encryption. |
Fortezza | 5 | Fortezza security encryption. |
Bit128 | 6 | 128-bit security encryption. |
This enumeration is used by the WebBrowser.EncryptionLevel property to indicate the encryption used by a document displayed in the WebBrowser control.
Product | Versions |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: