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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET