public sealed class KeyOperationAttestation : IMessage<KeyOperationAttestation>, IEquatable<KeyOperationAttestation>, IDeepCloneable<KeyOperationAttestation>, IBufferMessage, IMessage
Contains an HSM-generated attestation about a key operation. For more
information, see Verifying attestations.
[[["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."],[[["This page details the `KeyOperationAttestation` class within the `Google.Cloud.Kms.V1` namespace, presenting a historical list of its versions, from 2.2.0 to 3.16.0, with 3.16.0 being the latest."],["The `KeyOperationAttestation` class, which inherits from `Object` and implements several interfaces, contains HSM-generated data for verifying key operations, and is found within the Google.Cloud.Kms.V1.dll assembly."],["The class provides two constructors, a default and one that takes another `KeyOperationAttestation` object as a parameter."],["The `KeyOperationAttestation` class contains two properties: `Content`, which is the raw attestation data, and `Format`, which specifies the format of the data."],["Each listed version is a link to its own specific page of the `KeyOperationAttestation` class, with the most recent version marked as the latest."]]],[]]