IWithCertificate<ParentT>.WithPfxByteArrayToUpload メソッド

定義

PFX 証明書をアップロードします。

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

パラメーター

pfxByteArray
Byte[]

アップロードする PFX 証明書のデータを含むバイト配列。

password
String

証明書のパスワード。

戻り値

適用対象