Share via


IWithPassword<ParentT>.WithPfxPassword(String) Method

Definition

Specifies the password currently used to protect the provided PFX content of the SSL certificate.

public Microsoft.Azure.Management.Network.Fluent.ApplicationGatewaySslCertificate.Definition.IWithAttach<ParentT> WithPfxPassword (string password);
abstract member WithPfxPassword : string -> Microsoft.Azure.Management.Network.Fluent.ApplicationGatewaySslCertificate.Definition.IWithAttach<'ParentT>
Public Function WithPfxPassword (password As String) As IWithAttach(Of ParentT)

Parameters

password
String

A password.

Returns

Applies to