WebBrowserEncryptionLevel Enum

Definition

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
WebBrowserEncryptionLevel

Fields

Bit128 6

128-bit security encryption.

Bit40 3

40-bit security encryption.

Bit56 4

56-bit security encryption.

Fortezza 5

Fortezza security encryption.

Insecure 0

No security encryption.

Mixed 1

Multiple security encryption methods in different Web page frames.

Unknown 2

Unknown security encryption.

Remarks

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

Applies to

See also