public sealed class VerifyAttestationResponse : IMessage<VerifyAttestationResponse>, IEquatable<VerifyAttestationResponse>, IDeepCloneable<VerifyAttestationResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Confidential Computing v1 API class VerifyAttestationResponse.
A response once an attestation has been successfully verified, containing a
signed OIDC token.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the Confidential Computing v1 API is 1.8.0, with versions available from 1.0.0 onward."],["`VerifyAttestationResponse` is a class that provides a response after successful attestation verification, including a signed OIDC token."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `VerifyAttestationResponse` class contains properties such as `OidcClaimsToken`, which is the claims token as a string, and `PartialErrors`, a list of details related to attestation verification."],["The class includes constructors such as a default `VerifyAttestationResponse()` and one that takes another `VerifyAttestationResponse` as a parameter."]]],[]]