1 instantiation of SslAuthenticationOptions
System.Net.Security (1)
System\Net\Security\SslStream.IO.cs (1)
18internal readonly SslAuthenticationOptions _sslAuthenticationOptions = new SslAuthenticationOptions();
17 references to SslAuthenticationOptions
System.Net.Security (17)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (5)
133private static SslProtocols CalculateEffectiveProtocols(SslAuthenticationOptions sslAuthenticationOptions) 182internal static SafeSslContextHandle GetOrCreateSslContextHandle(SslAuthenticationOptions sslAuthenticationOptions, bool allowCached) 207internal static unsafe SafeSslContextHandle AllocateSslContext(SslAuthenticationOptions sslAuthenticationOptions, SslProtocols protocols, bool enableResume) 314internal static void UpdateClientCertificate(SafeSslHandle ssl, SslAuthenticationOptions sslAuthenticationOptions) 349internal static SafeSslHandle AllocateSslHandle(SslAuthenticationOptions sslAuthenticationOptions)
System\Net\Security\SslClientAuthenticationOptions.cs (1)
15private X509RevocationMode _checkCertificateRevocation = SslAuthenticationOptions.DefaultRevocationMode;
System\Net\Security\SslServerAuthenticationOptions.cs (1)
13private X509RevocationMode _checkCertificateRevocation = SslAuthenticationOptions.DefaultRevocationMode;
System\Net\Security\SslStream.IO.cs (2)
18internal readonly SslAuthenticationOptions _sslAuthenticationOptions = new SslAuthenticationOptions(); 614private void CompleteHandshake(SslAuthenticationOptions sslAuthenticationOptions)
System\Net\Security\SslStream.Protocol.cs (1)
770private static SafeFreeCredentials? AcquireCredentialsHandle(SslAuthenticationOptions sslAuthenticationOptions, bool newCredentialsRequested = false)
System\Net\Security\SslStreamPal.Unix.cs (7)
31SslAuthenticationOptions sslAuthenticationOptions, 43SslAuthenticationOptions sslAuthenticationOptions) 54SslAuthenticationOptions sslAuthenticationOptions) 59public static SafeFreeCredentials? AcquireCredentialsHandle(SslAuthenticationOptions _1, bool _2) 143SslAuthenticationOptions sslAuthenticationOptions) 167SslAuthenticationOptions sslAuthenticationOptions) 175ReadOnlySpan<byte> inputBuffer, out int consumed, SslAuthenticationOptions sslAuthenticationOptions)