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