Builder(String vaultBaseUrl, String certificateName, String base64EncodedCertificate) 构造函数
定义
The builder for constructing ImportCertificateRequest object.
public Builder(String vaultBaseUrl, String certificateName, String base64EncodedCertificate)
参数
- vaultBaseUrl
- String
The vault name, e.g. https://myvault.vault.azure.net
- certificateName
- String
The name of the certificate in the given vault
- base64EncodedCertificate
- String
Base64 encoded representation of the certificate object to import. This certificate needs to contain the private key.