Freigeben über


IWithCertificate<ParentT>.WithPfxCertificateToUpload Methode

Definition

Lädt ein PFX-Zertifikat hoch.

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)

Parameter

pfxFile
String

Die hochzuladende PFX-Zertifikatdatei.

password
String

Das Kennwort für das Zertifikat.

Gibt zurück

Gilt für: