Partilhar via


IWithCertificate<ParentT>.WithPfxCertificateToUpload Método

Definição

Carrega um certificado PFX.

public Microsoft.Azure.Management.AppService.Fluent.HostNameSslBinding.UpdateDefinition.IWithSslType<ParentT> WithPfxCertificateToUpload (string pfxFile, string password);
abstract member WithPfxCertificateToUpload : string * string -> Microsoft.Azure.Management.AppService.Fluent.HostNameSslBinding.UpdateDefinition.IWithSslType<'ParentT>
Public Function WithPfxCertificateToUpload (pfxFile As String, password As String) As IWithSslType(Of ParentT)

Parâmetros

pfxFile
String

O arquivo de certificado PFX a ser carregado.

password
String

A senha para o certificado.

Retornos

Aplica-se a