2 references to CreateServer
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (2)
DirectTlsTransportFactory.cs (2)
103
TlsContext bootstrapContext = TlsContext.
CreateServer
(new SslServerAuthenticationOptions());
136
var candidate = TlsContext.
CreateServer
(authenticationOptions);