1 instantiation of SslAuthenticationOptions
System.Net.Security (1)
System\Net\Security\SslStream.IO.cs (1)
18private readonly SslAuthenticationOptions _sslAuthenticationOptions = new SslAuthenticationOptions();
15 references to SslAuthenticationOptions
System.Net.Security (15)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (5)
129private static SslProtocols CalculateEffectiveProtocols(SslAuthenticationOptions sslAuthenticationOptions) 178internal static SafeSslContextHandle GetOrCreateSslContextHandle(SslAuthenticationOptions sslAuthenticationOptions, bool allowCached) 203internal static unsafe SafeSslContextHandle AllocateSslContext(SslAuthenticationOptions sslAuthenticationOptions, SslProtocols protocols, bool enableResume) 310internal static void UpdateClientCertificate(SafeSslHandle ssl, SslAuthenticationOptions sslAuthenticationOptions) 345internal static SafeSslHandle AllocateSslHandle(SslAuthenticationOptions sslAuthenticationOptions)
System\Net\Security\SslStream.IO.cs (2)
18private readonly SslAuthenticationOptions _sslAuthenticationOptions = new SslAuthenticationOptions(); 589private void CompleteHandshake(SslAuthenticationOptions sslAuthenticationOptions)
System\Net\Security\SslStream.Protocol.cs (1)
769private static SafeFreeCredentials? AcquireCredentialsHandle(SslAuthenticationOptions sslAuthenticationOptions, bool newCredentialsRequested = false)
System\Net\Security\SslStreamPal.Unix.cs (7)
30SslAuthenticationOptions sslAuthenticationOptions, 42SslAuthenticationOptions sslAuthenticationOptions) 53SslAuthenticationOptions sslAuthenticationOptions) 58public static SafeFreeCredentials? AcquireCredentialsHandle(SslAuthenticationOptions _1, bool _2) 142SslAuthenticationOptions sslAuthenticationOptions) 166SslAuthenticationOptions sslAuthenticationOptions) 174ReadOnlySpan<byte> inputBuffer, out int consumed, SslAuthenticationOptions sslAuthenticationOptions)