CertificateClient.GetPropertiesOfIssuers(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists the properties of all issuers in the specified vault. You can use the returned Name in subsequent calls to GetIssuer(String, CancellationToken). This operation requires the certificates/getissuers permission.
public virtual Azure.Pageable<Azure.Security.KeyVault.Certificates.IssuerProperties> GetPropertiesOfIssuers(System.Threading.CancellationToken cancellationToken = default);
abstract member GetPropertiesOfIssuers : System.Threading.CancellationToken -> Azure.Pageable<Azure.Security.KeyVault.Certificates.IssuerProperties>
override this.GetPropertiesOfIssuers : System.Threading.CancellationToken -> Azure.Pageable<Azure.Security.KeyVault.Certificates.IssuerProperties>
Public Overridable Function GetPropertiesOfIssuers (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of IssuerProperties)
Parameters
- cancellationToken
- CancellationToken
A CancellationToken controlling the request lifetime.
Returns
An enumerable collection of certificate issuers' metadata.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET