QuicListenerOptions has SslServerAuthenticationOptions property.
|
public SslServerAuthenticationOptions? ServerAuthenticationOptions { get; set; } |
It looks like code that uses this property assumes that SslServerAuthenticationOptions.ServerCertificate is set.
- Need to validate that it is set.
- Need to consider what happens when other options are set like a certificate selector callback.