InfoConnect for Airlines VBA Guide
EncryptionLevel Property
Gets the Web page encryption level.
Syntax
Example
Dim WControl As Attachmate.Reflection.Objects.Web.Msie.WebControl
            
pubic Property GetEncryptionLevel() As WebBrowserEncryptionLevel
Get
Return WControl.EncryptionLevel
End Get
End Property
See Also