InfoConnect API Guide
Attachmate.Reflection.Web.Msie Namespace / IWebControl Interface / EncryptionLevel Property


In This Topic
    EncryptionLevel Property
    In This Topic
    Gets the Web page encryption level.
    Syntax
    'Declaration
     
    
    ReadOnly Property EncryptionLevel As WebBrowserEncryptionLevel
    'Usage
     
    
    Dim instance As IWebControl
    Dim value As WebBrowserEncryptionLevel
     
    value = instance.EncryptionLevel
    WebBrowserEncryptionLevel EncryptionLevel {get;}
    See Also