Partager via


IWithCertificate<ParentT>.WithPfxCertificateToUpload Méthode

Définition

Charge un certificat PFX.

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

Paramètres

pfxFile
String

Fichier de certificat PFX à charger.

password
String

Mot de passe du certificat.

Retours

S’applique à