Freigeben über


AttestationClient.AttestTpmAsync Methode

Definition

Nachweis einer TPM-basierten Enklave. Weitere Informationen finden Sie unter https://docs.microsoft.com/en-us/azure/attestation/virtualization-based-security-protocol.

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

Parameter

request
TpmAttestationRequest

TPM-Nachweisanforderung.

cancellationToken
CancellationToken

Abbruchtoken, das zum Abbrechen dieses Vorgangs verwendet wird.

Gibt zurück

Eine TpmAttestationResponse , die die TPM-Nachweisantwort enthält.

Gilt für: