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

CertificateClient.GetPropertiesOfIssuersAsync(CancellationToken) 方法

定义

列出指定保管库中所有颁发者的属性。 可以在后续调用 中使用返回 NameGetIssuer(String, CancellationToken)。 此操作需要证书/getissuers 权限。

public virtual Azure.AsyncPageable<Azure.Security.KeyVault.Certificates.IssuerProperties> GetPropertiesOfIssuersAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetPropertiesOfIssuersAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.Security.KeyVault.Certificates.IssuerProperties>
override this.GetPropertiesOfIssuersAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.Security.KeyVault.Certificates.IssuerProperties>
Public Overridable Function GetPropertiesOfIssuersAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of IssuerProperties)

参数

cancellationToken
CancellationToken

控制 CancellationToken 请求生存期的 。

返回

证书颁发者的元数据的可枚举集合。

适用于