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 webpage details the `KeyOperationAttestation` class within the `Google.Cloud.Kms.V1` namespace, specifically for version 2.8.0, and lists all versions from 2.2.0 to 3.16.0."],["`KeyOperationAttestation` is an HSM-generated attestation about a key operation that includes methods and information to verify it, implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `CertChains`, `Content`, and `Format` which provide data about the certificate chains, attestation data, and format of the data respectively."],["The latest version available for `KeyOperationAttestation` is 3.16.0, and the page also documents earlier versions all the way back to 2.2.0, and every version in between."],["This class implements `KeyOperationAttestation` constructors to create new class instances, either without parameters or by passing other `KeyOperationAttestation` instances, and it inherits several members from the `Object` base class."]]],[]]