你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithCertificate 接口

定义

允许设置 PFX 证书文件的应用服务证书定义。

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

方法

WithExistingCertificateOrder(IAppServiceCertificateOrder)

指定应用服务证书。

WithPfxByteArray(Byte[])

指定要上传的 PFX 字节数组。

WithPfxFile(String)

指定要上传的 PFX 证书文件。

WithPfxFileFromUrl(String)

指定 URL 中的 PFX 文件。

适用于