| Modifier and Type | Method and Description |
|---|---|
CertificateCreateOrUpdateParameters |
CertificateCreateOrUpdateParameters.withData(String data)
Set the maximum size is 10KB.
|
CertificateCreateOrUpdateParameters |
CertificateCreateOrUpdateParameters.withFormat(CertificateFormat format)
Set the format of the certificate - either Pfx or Cer.
|
CertificateCreateOrUpdateParameters |
CertificateCreateOrUpdateParameters.withPassword(String password)
Set this must not be specified if the certificate format is Cer.
|
CertificateCreateOrUpdateParameters |
CertificateCreateOrUpdateParameters.withThumbprint(String thumbprint)
Set this must match the thumbprint from the name.
|
CertificateCreateOrUpdateParameters |
CertificateCreateOrUpdateParameters.withThumbprintAlgorithm(String thumbprintAlgorithm)
Set this must match the first portion of the certificate name.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/