Send comments on this topic.
EncryptionLevel Property
Attachmate.Reflection.Objects Library (Web) > WebControl Object : EncryptionLevel Property
Gets the Web page encryption level.

Syntax

 
ReadOnly Object.EncryptionLevel As WebBrowserEncryptionLevel

Example

Copy Code
Dim WControl As Attachmate.Reflection.Objects.Web.Msie.WebControl
            
pubic Property GetEncryptionLevel() As WebBrowserEncryptionLevel
Get
Return WControl.EncryptionLevel
End Get
End Property

See Also