Share via


IWithAuthFileCertificatePassword<ParentT>.WithPrivateKeyPassword Method

Definition

Export the information of this service principal into an auth file.

public Microsoft.Azure.Management.Graph.RBAC.Fluent.CertificateCredential.UpdateDefinition.IWithAttach<ParentT> WithPrivateKeyPassword (string privateKeyPassword);
abstract member WithPrivateKeyPassword : string -> Microsoft.Azure.Management.Graph.RBAC.Fluent.CertificateCredential.UpdateDefinition.IWithAttach<'ParentT>
Public Function WithPrivateKeyPassword (privateKeyPassword As String) As IWithAttach(Of ParentT)

Parameters

privateKeyPassword
String

The password for the private key.

Returns

Applies to