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."],[[["The `KeyOperationAttestation` class represents an HSM-generated attestation for key operations, used for verification as detailed in the \"Verifying attestations\" documentation."],["The latest version of `KeyOperationAttestation` is 3.16.0, with multiple other versions available, ranging from 3.0.0 to 3.15.0 and down to version 2.2.0."],["It implements various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer operations."],["Key properties include `CertChains`, which stores certificate chains for validation, `Content`, which holds the attestation data from the HSM, and `Format`, indicating the attestation data's structure."],["The `KeyOperationAttestation` class can be instantiated either with no parameters or by providing another `KeyOperationAttestation` object for copying."]]],[]]