System.Windows.Forms.WebBrowserEncryptionLevel Enumeration

Specifies constants that define the encryption methods used by documents displayed in the System.Windows.Forms.WebBrowser control.

Syntax

public enum WebBrowserEncryptionLevel

Remarks

This enumeration is used by the WebBrowser.EncryptionLevel property to indicate the encryption used by a document displayed in the System.Windows.Forms.WebBrowser control.

Members

Member NameDescription
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.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0