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)
990Assert.Equal(WebBrowserEncryptionLevel.Unknown, control.EncryptionLevel); 1004Assert.Equal(WebBrowserEncryptionLevel.Unknown, control.EncryptionLevel); 1025Assert.Equal(WebBrowserEncryptionLevel.Insecure, control.EncryptionLevel); 1037Assert.Throws<ObjectDisposedException>(() => control.EncryptionLevel); 1049Assert.Throws<InvalidOperationException>(() => control.EncryptionLevel);