KestrelServerOptionsHttpsExtensions 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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, String) |
設定 Kestrel 使用 HTTPS。 |
UseHttps(KestrelServerOptions, String) |
設定 Kestrel 使用 HTTPS。 |
UseHttps(KestrelServerOptions, X509Certificate2) |
設定 Kestrel 使用 HTTPS。 |