你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CertificateClient.GetPropertiesOfIssuersAsync(CancellationToken) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
列出指定保管库中所有颁发者的属性。 可以在后续调用 中使用返回 Name 的 GetIssuer(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 请求生存期的 。
返回
证书颁发者的元数据的可枚举集合。