public sealed class InTotoStatement : IMessage<InTotoStatement>, IEquatable<InTotoStatement>, IDeepCloneable<InTotoStatement>, IBufferMessage, IMessage
[[["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-17 UTC."],[[["This document outlines the `InTotoStatement` class, which is part of the Grafeas.V1 namespace and is implemented in the Grafeas.V1.dll assembly."],["The `InTotoStatement` class is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data management and serialization."],["The `InTotoStatement` class is defined by the spec located at `https://github.com/in-toto/attestation/tree/main/spec#statement`, and its serialized form is stored within `Envelope.payload`, with `Envelope.payloadType` set to `\"application/vnd.in-toto+json\"`."],["The document provides a list of versions of the class, ranging from version 2.2.0 to 3.7.0 (latest), and details regarding the properties available within the `InTotoStatement` class, such as `PredicateCase`, `PredicateType`, `Provenance`, `SlsaProvenance`, `Subject`, and `Type`."],["The class's `Type` property is always `https://in-toto.io/Statement/v0.1` and the `PredicateType` property is `https://slsa.dev/provenance/v0.1` when using `SlsaProvenance`."]]],[]]