AttestationAdministrationClient.GetPolicyManagementCertificates 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.
Returns the set of policy management certificates currently configured for the attestation service instance.
If the service instance is running in AAD mode, this list will always be empty.
public virtual Azure.Security.Attestation.AttestationResponse<System.Collections.Generic.IReadOnlyList<System.Security.Cryptography.X509Certificates.X509Certificate2>> GetPolicyManagementCertificates(System.Threading.CancellationToken cancellationToken = default);
abstract member GetPolicyManagementCertificates : System.Threading.CancellationToken -> Azure.Security.Attestation.AttestationResponse<System.Collections.Generic.IReadOnlyList<System.Security.Cryptography.X509Certificates.X509Certificate2>>
override this.GetPolicyManagementCertificates : System.Threading.CancellationToken -> Azure.Security.Attestation.AttestationResponse<System.Collections.Generic.IReadOnlyList<System.Security.Cryptography.X509Certificates.X509Certificate2>>
Public Overridable Function GetPolicyManagementCertificates (Optional cancellationToken As CancellationToken = Nothing) As AttestationResponse(Of IReadOnlyList(Of X509Certificate2))
Parameters
- cancellationToken
- CancellationToken
Cancellation token used to cancel the operation.
Returns
A set of X509Certificate2 objects representing the set of root certificates for policy management.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET