KestrelServerOptionsHttpsExtensions 클래스

정의

public ref class KestrelServerOptionsHttpsExtensions abstract sealed
public static class KestrelServerOptionsHttpsExtensions
type KestrelServerOptionsHttpsExtensions = class
Public Module KestrelServerOptionsHttpsExtensions
상속
KestrelServerOptionsHttpsExtensions

메서드

UseHttps(KestrelServerOptions, HttpsConnectionFilterOptions)

HTTPS를 사용하려면 Kestrel을 구성합니다.

UseHttps(KestrelServerOptions, String)

HTTPS를 사용하려면 Kestrel을 구성합니다.

UseHttps(KestrelServerOptions, String, String)

HTTPS를 사용하려면 Kestrel을 구성합니다.

UseHttps(KestrelServerOptions, X509Certificate2)

HTTPS를 사용하려면 Kestrel을 구성합니다.

적용 대상