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

CertificateClient.GetPropertiesOfCertificateVersions 方法

定义

列出指定保管库中指定证书的所有已启用和禁用版本的属性。 可以在后续调用 中使用返回 NameGetCertificateVersion(String, String, CancellationToken)。 此操作需要证书/列表权限。

public virtual Azure.Pageable<Azure.Security.KeyVault.Certificates.CertificateProperties> GetPropertiesOfCertificateVersions (string certificateName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetPropertiesOfCertificateVersions : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.Security.KeyVault.Certificates.CertificateProperties>
override this.GetPropertiesOfCertificateVersions : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.Security.KeyVault.Certificates.CertificateProperties>
Public Overridable Function GetPropertiesOfCertificateVersions (certificateName As String, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of CertificateProperties)

参数

certificateName
String

应检索其版本的证书的名称。

cancellationToken
CancellationToken

控制 CancellationToken 请求生存期的 。

返回

证书版本的可枚举集合。

例外

certificateName 为空。

certificateName 为 null。

适用于