public sealed class SubordinateConfigChain : IMessage<SubordinateConfig.Types.SubordinateConfigChain>, IEquatable<SubordinateConfig.Types.SubordinateConfigChain>, IDeepCloneable<SubordinateConfig.Types.SubordinateConfigChain>, IBufferMessage, IMessage
This message describes a subordinate CA's issuer certificate chain. This
wrapper exists for compatibility reasons.
[[["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-02 UTC."],[[["This webpage details the `SubordinateConfigChain` class within the `Google.Cloud.Security.PrivateCA.V1` namespace, a component of Google Cloud's .NET client library for managing private certificate authorities."],["The `SubordinateConfigChain` class is used to represent a subordinate CA's issuer certificate chain and is designed with compatibility in mind."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities like message handling, object comparison, deep cloning, and buffer management."],["The `SubordinateConfigChain` class has a property called `PemCertificates`, which is a repeated field of strings expected to be in leaf-to-root order according to RFC 5246."],["The page provides access to documentation for multiple versions of the `SubordinateConfigChain` class, ranging from version 1.0.0 up to the latest version, 3.9.0."]]],[]]