6 references to EncryptionLevel
System.Windows.Forms (1)
System\Windows\Forms\Controls\WebBrowser\WebBrowserEncryptionLevel.cs (1)
8/// Returned by the <see cref="WebBrowser.EncryptionLevel"/> property.
System.Windows.Forms.Tests (5)
System\Windows\Forms\WebBrowserTests.cs (5)
992Assert.Equal(WebBrowserEncryptionLevel.Unknown, control.EncryptionLevel); 1006Assert.Equal(WebBrowserEncryptionLevel.Unknown, control.EncryptionLevel); 1027Assert.Equal(WebBrowserEncryptionLevel.Insecure, control.EncryptionLevel); 1039Assert.Throws<ObjectDisposedException>(() => control.EncryptionLevel); 1051Assert.Throws<InvalidOperationException>(() => control.EncryptionLevel);