Compartir a través de


IWithCertificate<ParentT>.WithPfxByteArrayToUpload Método

Definición

Carga un certificado 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)

Parámetros

pfxByteArray
Byte[]

Matriz de bytes que contiene datos del certificado PFX que se va a cargar.

password
String

Contraseña del certificado.

Devoluciones

Se aplica a