6 references to ServerCertificate
Microsoft.AspNetCore.Server.Kestrel.Core (3)
DirectTlsEndpoint.cs (1)
17/// <see cref="DirectTlsEndpointOptions.ServerCertificate"/> or
DirectTlsEndpointOptions.cs (2)
20/// (either <see cref="ServerCertificate"/> or <see cref="ServerCertificateSelector"/>) is required. 34/// returning <see langword="null"/> falls back to <see cref="ServerCertificate"/>.
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (3)
DirectTlsTransportFactory.cs (3)
73if (endpointOptions.ServerCertificate is null && endpointOptions.ServerCertificateSelector is null) 77$"{nameof(DirectTlsEndpointOptions.ServerCertificate)} or " + 113?? endpointOptions.ServerCertificate;