Freigeben über


AttestationClient.AttestSgxEnclaveAsync Methode

Definition

Attestieren Sie eine Intel SGX-Enklave.

public virtual System.Threading.Tasks.Task<Azure.Security.Attestation.AttestationResponse<Azure.Security.Attestation.AttestationResult>> AttestSgxEnclaveAsync (Azure.Security.Attestation.AttestationRequest request, System.Threading.CancellationToken cancellationToken = default);
abstract member AttestSgxEnclaveAsync : Azure.Security.Attestation.AttestationRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Security.Attestation.AttestationResponse<Azure.Security.Attestation.AttestationResult>>
override this.AttestSgxEnclaveAsync : Azure.Security.Attestation.AttestationRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Security.Attestation.AttestationResponse<Azure.Security.Attestation.AttestationResult>>
Public Overridable Function AttestSgxEnclaveAsync (request As AttestationRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AttestationResponse(Of AttestationResult))

Parameter

request
AttestationRequest

Aggregattyp mit den Informationen, die zum Ausführen eines Nachweisvorgangs erforderlich sind.

cancellationToken
CancellationToken

Abbruchtoken, das zum Abbrechen der Anforderung verwendet wird.

Gibt zurück

Ein AttestationResponse<T> , das die überprüften Ansprüche für die angegebene requestenthält.

Hinweise

Das Evidence muss ein Intel SGX-Angebot sein. https://software.intel.com/content/www/us/en/develop/articles/code-sample-intel-software-guard-extensions-remote-attestation-end-to-end-example.html weitere Informationen.

Gilt für: