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, which provides an HSM-generated attestation for key operations."],["The content includes versioning information for the `KeyOperationAttestation` class, with the latest version being 3.16.0 and a list of versions going back to 2.2.0."],["The `KeyOperationAttestation` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class has properties for `Content`, which is the attestation data, and `Format`, which indicates the format of the attestation data, both of which are output only."],["There are two constructors for the `KeyOperationAttestation` class: a default constructor and one that takes another `KeyOperationAttestation` instance as a parameter."]]],[]]