CertificateCredential.DefinitionStages.WithAuthFileCertificate<ParentT> Interface
Type Parameters
- ParentT
public interface WithAuthFileCertificate
A credential definition stage allowing specifying the private key for exporting an auth file.
Method Summary
Modifier and Type | Method and Description |
---|---|
Certificate |
withPrivateKeyFile(String privateKeyPath)
Export the information of this service principal into an auth file. |
Method Details
withPrivateKeyFile
public WithAuthFileCertificatePassword
Export the information of this service principal into an auth file.
Parameters:
privateKeyPath
- the path to the private key file
Returns:
the next stage in credential definition
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java