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

IWithPassword<ParentT> 接口

定义

SSL 证书定义的阶段,允许指定私钥的密码 (PFX) 证书的内容。

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

类型参数

ParentT

父应用程序网关在附加后要返回到的阶段。

派生

方法

WithPfxPassword(String)

指定当前用于保护 SSL 证书提供的 PFX 内容的密码。

适用于