Share via


CertificateCredentialImpl<T>.IWithAuthFileCertificatePassword<T>.WithPrivateKeyPassword Method

Definition

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

Microsoft.Azure.Management.Graph.RBAC.Fluent.CertificateCredential.UpdateDefinition.IWithAttach<T> IWithAuthFileCertificatePassword<T>.WithPrivateKeyPassword (string privateKeyPassword);
abstract member Microsoft.Azure.Management.Graph.RBAC.Fluent.CertificateCredential.UpdateDefinition.IWithAuthFileCertificatePassword<T>.WithPrivateKeyPassword : string -> Microsoft.Azure.Management.Graph.RBAC.Fluent.CertificateCredential.UpdateDefinition.IWithAttach<'T (requires 'T : null)>
override this.Microsoft.Azure.Management.Graph.RBAC.Fluent.CertificateCredential.UpdateDefinition.IWithAuthFileCertificatePassword<T>.WithPrivateKeyPassword : string -> Microsoft.Azure.Management.Graph.RBAC.Fluent.CertificateCredential.UpdateDefinition.IWithAttach<'T (requires 'T : null)>
Function WithPrivateKeyPassword (privateKeyPassword As String) As IWithAttach(Of T) Implements IWithAuthFileCertificatePassword(Of T).WithPrivateKeyPassword

Parameters

privateKeyPassword
String

The password for the private key.

Returns

Implements

Applies to