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

IWithCertificate<ParentT>.WithPfxByteArrayToUpload 方法

定义

上传 PFX 证书。

public Microsoft.Azure.Management.AppService.Fluent.HostNameSslBinding.UpdateDefinition.IWithSslType<ParentT> WithPfxByteArrayToUpload (byte[] pfxByteArray, string password);
abstract member WithPfxByteArrayToUpload : byte[] * string -> Microsoft.Azure.Management.AppService.Fluent.HostNameSslBinding.UpdateDefinition.IWithSslType<'ParentT>
Public Function WithPfxByteArrayToUpload (pfxByteArray As Byte(), password As String) As IWithSslType(Of ParentT)

参数

pfxByteArray
Byte[]

包含 PFX 证书中要上传的数据的字节数组。

password
String

证书的密码。

返回

适用于