| Modifier and Type | Interface and Description |
|---|---|
static interface |
CertificateCredential.UpdateDefinition<ParentT>
The entirety of a credential definition as part of a application or service principal update.
|
| Modifier and Type | Method and Description |
|---|---|
CertificateCredential.UpdateDefinitionStages.WithAttach<ParentT> |
CertificateCredential.UpdateDefinitionStages.WithDuration.withDuration(org.joda.time.Duration duration)
Specifies the duration for which password or key would be valid.
|
CertificateCredential.UpdateDefinitionStages.WithAttach<ParentT> |
CertificateCredential.UpdateDefinitionStages.WithAuthFileCertificatePassword.withPrivateKeyPassword(String privateKeyPassword)
Export the information of this service principal into an auth file.
|
CertificateCredential.UpdateDefinitionStages.WithAttach<ParentT> |
CertificateCredential.UpdateDefinitionStages.WithPublicKey.withPublicKey(byte[] certificate)
Specifies the public key for an asymmetric X509 certificate.
|
CertificateCredential.UpdateDefinitionStages.WithAttach<ParentT> |
CertificateCredential.UpdateDefinitionStages.WithSymmetricKey.withSecretKey(byte[] secret)
Specifies the secret key for a symmetric encryption.
|
CertificateCredential.UpdateDefinitionStages.WithAttach<ParentT> |
CertificateCredential.UpdateDefinitionStages.WithStartDate.withStartDate(org.joda.time.DateTime startDate)
Specifies the start date after which password or key would be valid.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/