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