AttestationClient.GetSigningCertificates(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 signing certificates used to sign attestation requests.
public virtual Azure.Response<System.Collections.Generic.IReadOnlyList<Azure.Security.Attestation.AttestationSigner>> GetSigningCertificates (System.Threading.CancellationToken cancellationToken = default);
abstract member GetSigningCertificates : System.Threading.CancellationToken -> Azure.Response<System.Collections.Generic.IReadOnlyList<Azure.Security.Attestation.AttestationSigner>>
override this.GetSigningCertificates : System.Threading.CancellationToken -> Azure.Response<System.Collections.Generic.IReadOnlyList<Azure.Security.Attestation.AttestationSigner>>
Public Overridable Function GetSigningCertificates (Optional cancellationToken As CancellationToken = Nothing) As Response(Of IReadOnlyList(Of AttestationSigner))
Parameters
- cancellationToken
- System.Threading.CancellationToken
Cancellation token used to cancel this operation.
Returns
- Response<System.Collections.Generic.IReadOnlyList<AttestationSigner>>
An AttestationResponse<T> whose specialization contains a list of signers which can be used to sign attestation tokens.