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