Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

WebBrowserEncryptionLevel Enum

Definition

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
WebBrowserEncryptionLevel

Fields

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.

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


Feedback

Was this page helpful?