次の方法で共有


IWithCertificate インターフェイス

定義

PFX 証明書ファイルの設定を許可する App Service 証明書定義。

public interface IWithCertificate
type IWithCertificate = interface
Public Interface IWithCertificate
派生

メソッド

WithExistingCertificateOrder(IAppServiceCertificateOrder)

App Service 証明書を指定します。

WithPfxByteArray(Byte[])

アップロードする PFX バイト配列を指定します。

WithPfxFile(String)

アップロードする PFX 証明書ファイルを指定します。

WithPfxFileFromUrl(String)

URL から PFX ファイルを指定します。

適用対象