1 write to ServerAuthenticationOptions
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicConnectionListener.cs (1)
88ServerAuthenticationOptions = serverAuthenticationOptions,
6 references to ServerAuthenticationOptions
System.Net.Quic (6)
System\Net\Quic\Internal\MsQuicConfiguration.cs (1)
84SslServerAuthenticationOptions authenticationOptions = options.ServerAuthenticationOptions;
System\Net\Quic\QuicConnection.cs (4)
470options.ServerAuthenticationOptions.ClientCertificateRequired, 471options.ServerAuthenticationOptions.CertificateRevocationCheckMode, 472options.ServerAuthenticationOptions.RemoteCertificateValidationCallback, 473options.ServerAuthenticationOptions.CertificateChainPolicy?.Clone());
System\Net\Quic\QuicConnectionOptions.cs (1)
242ValidateNotNull(argumentName, SR.net_quic_not_null_accept_connection, ServerAuthenticationOptions);