public sealed class 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, specifically `FetchCaCertsResponse.Types.CertChain`, within the `Google.Cloud.Security.PrivateCA.V1` namespace for .NET."],["The `CertChain` class is part of Google Cloud's Private Certificate Authority service and is designed to manage a chain of certificates."],["This class inherits from the `Object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it a specialized component within the .NET framework."],["The `CertChain` class offers two constructors: a default constructor `CertChain()` and a copy constructor `CertChain(FetchCaCertsResponse.Types.CertChain other)`, for creating instances."],["The primary property of the `CertChain` class is `Certificates`, which is a `RepeatedField\u003cstring\u003e` that stores the ordered list of certificates in the CA chain, from the leaf to the root."]]],[]]