public sealed class KeyOperationAttestation : IMessage<KeyOperationAttestation>, IEquatable<KeyOperationAttestation>, IDeepCloneable<KeyOperationAttestation>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Key Management Service v1 API class KeyOperationAttestation.
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 provides reference documentation for the `KeyOperationAttestation` class within the Google Cloud Key Management Service (KMS) v1 API for .NET, with the latest version being 3.16.0."],["The `KeyOperationAttestation` class represents an HSM-generated attestation about a key operation and is used for verifying attestations, as documented on the Google Cloud website."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities for message handling, equality checks, deep cloning, and buffer operations."],["`KeyOperationAttestation` includes properties such as `CertChains`, `Content`, and `Format`, offering details on the certificate chains needed for attestation validation, the attestation data itself, and the format of said data, respectively."],["The documentation shows the inheritance and members such as the object class, as well as providing two constructor options: a parameterless constructor, and one that receives another `KeyOperationAttestation` class as a parameter."]]],[]]