5 references to SslAuthenticationOptions
System.Net.Security (5)
System\Net\Security\CipherSuitesPolicyPal.Linux.cs (1)
39using (SafeSslHandle ssl = SafeSslHandle.Create(innerContext, new SslAuthenticationOptions() { IsServer = false }))
System\Net\Security\SslAuthenticationOptions.cs (1)
217SslAuthenticationOptions copy = new SslAuthenticationOptions
System\Net\Security\SslStream.IO.cs (1)
18internal readonly SslAuthenticationOptions _sslAuthenticationOptions = new SslAuthenticationOptions();
System\Net\Security\TlsContext.cs (2)
119SslAuthenticationOptions bag = new SslAuthenticationOptions(); 155SslAuthenticationOptions bag = new SslAuthenticationOptions();