public sealed class KeyOperationAttestation.Types.CertificateChains : IMessage<KeyOperationAttestation.Types.CertificateChains>, IEquatable<KeyOperationAttestation.Types.CertificateChains>, IDeepCloneable<KeyOperationAttestation.Types.CertificateChains>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Key Management Service v1 API class KeyOperationAttestation.Types.CertificateChains.
[[["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 document provides reference documentation for the `KeyOperationAttestation.Types.CertificateChains` class within the Google Cloud Key Management Service (KMS) v1 API for .NET, with the latest version being 3.16.0."],["The `CertificateChains` class is used to manage certificate chains required to verify attestations, with certificates being PEM-encoded and following a specific order as outlined in RFC5246."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for operations like message handling, equality comparison, deep cloning, and buffer message handling."],["The class contains three key properties: `CaviumCerts`, `GoogleCardCerts`, and `GooglePartitionCerts`, which are all of type `RepeatedField\u003cstring\u003e` and store the respective certificate chains as string collections."],["There are multiple versions of the API documented, from 2.2.0 up to the latest 3.16.0, and you can find the specific documentation for each using the links provided."]]],[]]