IWithPfxFilePassword.WithPfxPassword(String) Method

Definition

Specifies the password to the PFX certificate.

public Microsoft.Azure.Management.AppService.Fluent.AppServiceCertificate.Definition.IWithCreate WithPfxPassword (string password);
abstract member WithPfxPassword : string -> Microsoft.Azure.Management.AppService.Fluent.AppServiceCertificate.Definition.IWithCreate
Public Function WithPfxPassword (password As String) As IWithCreate

Parameters

password
String

The PFX certificate password.

Returns

Applies to