CertificateClient.GetCertificatePolicyAsync(String, 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.
Retrieves the CertificatePolicy of the specified certificate. This operation requires the certificate/get permission.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Security.KeyVault.Certificates.CertificatePolicy>> GetCertificatePolicyAsync (string certificateName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetCertificatePolicyAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Security.KeyVault.Certificates.CertificatePolicy>>
override this.GetCertificatePolicyAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Security.KeyVault.Certificates.CertificatePolicy>>
Public Overridable Function GetCertificatePolicyAsync (certificateName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of CertificatePolicy))
Parameters
- certificateName
- String
The name of the certificate whose policy should be retrieved.
- cancellationToken
- CancellationToken
A CancellationToken controlling the request lifetime.
Returns
The CertificatePolicy of the specified certificate.
Exceptions
certificateName
is empty.
certificateName
is null.
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