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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET