你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IssuerCredentials 类

  • java.lang.Object
    • com.microsoft.azure.keyvault.models.IssuerCredentials

public class IssuerCredentials

要用于证书颁发者的凭据。

方法摘要

修饰符和类型 方法和描述
String accountId()

获取 accountId 值。

String password()

获取密码值。

IssuerCredentials withAccountId(String accountId)

设置 accountId 值。

IssuerCredentials withPassword(String password)

设置密码值。

方法详细信息

accountId

public String accountId()

获取 accountId 值。

返回:

accountId 值

password

public String password()

获取密码值。

返回:

密码值

withAccountId

public IssuerCredentials withAccountId(String accountId)

设置 accountId 值。

参数:

accountId - 要设置的 accountId 值

返回:

IssuerCredentials 对象本身。

withPassword

public IssuerCredentials withPassword(String password)

设置密码值。

参数:

password - 要设置的密码值

返回:

IssuerCredentials 对象本身。

适用于