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

IWithSslPassword<ReturnT>.WithSslCertificatePassword(String) 方法

定义

指定包含导入 SSL 证书私钥的指定 PFX 文件的密码。

public ReturnT WithSslCertificatePassword (string password);
abstract member WithSslCertificatePassword : string -> 'ReturnT
Public Function WithSslCertificatePassword (password As String) As ReturnT

参数

password
String

导入的 PFX 文件的密码。

返回

ReturnT

适用于