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-03-21 UTC."],[[["The `SubordinateConfigChain` class represents a subordinate CA's issuer certificate chain and is designed for compatibility."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class offers a constructor `SubordinateConfigChain()` and an overloaded constructor, taking another `SubordinateConfigChain` object as parameter."],["It includes a `PemCertificates` property, which is a `RepeatedField\u003cstring\u003e` containing the certificate chain in leaf-to-root order as per RFC 5246."],["The provided documentation covers multiple versions of the package ranging from 1.0.0 to 3.9.0, with 3.9.0 being the latest version."]]],[]]