Partilhar via


IWithCertificate<ParentT>.WithPfxByteArrayToUpload Método

Definição

Carrega um certificado 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)

Parâmetros

pfxByteArray
Byte[]

A matriz de bytes que contém dados do certificado PFX a ser carregado.

password
String

A senha do certificado.

Retornos

Aplica-se a