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-04-09 UTC."],[[["This webpage details the `KeyOperationAttestation` class within the `Google.Cloud.Kms.V1` namespace, specifically focusing on version 2.4.0 and including links to other versions from 2.2.0 up to the latest 3.16.0."],["The `KeyOperationAttestation` class is used to represent an HSM-generated attestation about a key operation, with links to further documentation on verifying these attestations."],["The class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `KeyOperationAttestation` class include `Content` which stores the attestation data, and `Format` which indicates the format of the attestation data."],["The webpage outlines the constructors and properties available within the `KeyOperationAttestation` class, highlighting its structure and purpose in key operation attestation within the Google Cloud KMS environment."]]],[]]