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