AttestationClient.AttestTpmAsync 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.
Attest a TPM based enclave. See https://docs.microsoft.com/en-us/azure/attestation/virtualization-based-security-protocol for more information.
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))
Parameters
- request
- TpmAttestationRequest
TPM Attestation request.
- cancellationToken
- CancellationToken
Cancellation token used to cancel this operation.
Returns
A TpmAttestationResponse containing the TPM attestation response.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET