ParentT - the stage of the parent definition to return to after attaching this definitionpublic static interface CertificateCredential.DefinitionStages.WithCertificateType<ParentT>
| Modifier and Type | Method and Description |
|---|---|
CertificateCredential.DefinitionStages.WithPublicKey<ParentT> |
withAsymmetricX509Certificate()
Specifies the type of the certificate to be Asymmetric X509.
|
CertificateCredential.DefinitionStages.WithSymmetricKey<ParentT> |
withSymmetricEncryption()
Specifies the type of the certificate to be symmetric.
|
CertificateCredential.DefinitionStages.WithPublicKey<ParentT> withAsymmetricX509Certificate()
CertificateCredential.DefinitionStages.WithSymmetricKey<ParentT> withSymmetricEncryption()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/