KestrelServerOptionsHttpsExtensions 类

定义

public ref class KestrelServerOptionsHttpsExtensions abstract sealed
public static class KestrelServerOptionsHttpsExtensions
type KestrelServerOptionsHttpsExtensions = class
Public Module KestrelServerOptionsHttpsExtensions
继承
KestrelServerOptionsHttpsExtensions

方法

UseHttps(KestrelServerOptions, HttpsConnectionFilterOptions)

将 Kestrel 配置为使用 HTTPS。

UseHttps(KestrelServerOptions, String)

将 Kestrel 配置为使用 HTTPS。

UseHttps(KestrelServerOptions, String, String)

将 Kestrel 配置为使用 HTTPS。

UseHttps(KestrelServerOptions, X509Certificate2)

将 Kestrel 配置为使用 HTTPS。

适用于