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。

適用於