public sealed class FetchCaCertsResponse.Types.CertChain : IMessage<FetchCaCertsResponse.Types.CertChain>, IEquatable<FetchCaCertsResponse.Types.CertChain>, IDeepCloneable<FetchCaCertsResponse.Types.CertChain>, 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-03-21 UTC."],[[["This webpage details the `CertChain` class within version 3.7.0 of the `Google.Cloud.Security.PrivateCA.V1` namespace, part of the .NET documentation for Google Cloud's Private Certificate Authority service."],["The `CertChain` class is a sealed class that inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor, `CertChain()`, and a copy constructor, `CertChain(CertChain other)`, for creating new `CertChain` objects."],["It includes a `Certificates` property of type `RepeatedField\u003cstring\u003e`, which holds the certificates that compose the certificate authority (CA) chain, arranged from the leaf to the root."],["This page provides access to documentation for various versions, ranging from the latest 3.9.0 down to version 1.0.0, all of which deal with the `CertChain` type."]]],[]]