CertificateCredentialImpl<T>.IWithAuthFileCertificatePassword<T>.WithPrivateKeyPassword Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Export the information of this service principal into an auth file.
Microsoft.Azure.Management.Graph.RBAC.Fluent.CertificateCredential.Definition.IWithAttach<T> IWithAuthFileCertificatePassword<T>.WithPrivateKeyPassword (string privateKeyPassword);
abstract member Microsoft.Azure.Management.Graph.RBAC.Fluent.CertificateCredential.Definition.IWithAuthFileCertificatePassword<T>.WithPrivateKeyPassword : string -> Microsoft.Azure.Management.Graph.RBAC.Fluent.CertificateCredential.Definition.IWithAttach<'T (requires 'T : null)>
override this.Microsoft.Azure.Management.Graph.RBAC.Fluent.CertificateCredential.Definition.IWithAuthFileCertificatePassword<T>.WithPrivateKeyPassword : string -> Microsoft.Azure.Management.Graph.RBAC.Fluent.CertificateCredential.Definition.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
IWithAttach<T>
Implements
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET