IWithSslType<ParentT> インターフェイス

定義

SSL 型の指定を許可するホスト名 SSL バインド定義のステージ。

public interface IWithSslType<ParentT>
type IWithSslType<'ParentT> = interface
Public Interface IWithSslType(Of ParentT)

型パラメーター

ParentT

この定義をアタッチした後に戻る親定義のステージ。

派生

メソッド

WithIpBasedSsl()

IP ベースの SSL を使用します。 IP ベースの SSL にバインドできるホスト名は 1 つだけです。

WithSniBasedSsl()

サーバー名表示 (SNI) ベースの SSL を使用します。

適用対象