[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `KeyCertificatePair` class represents a pair of a certificate chain and a private key, both encoded in PEM format."],["This class is found within the `Grpc.Core` namespace and is part of the `Grpc.Core.Api.dll` assembly."],["The `KeyCertificatePair` class includes two read-only properties: `CertificateChain`, which is the PEM-encoded certificate chain, and `PrivateKey`, which is the PEM-encoded private key."],["It provides a constructor, `KeyCertificatePair(string certificateChain, string privateKey)`, to create a new certificate chain-private key pair using the provided PEM-encoded strings."],["The `KeyCertificatePair` class inherits basic object methods such as `Equals`, `GetHashCode`, and `ToString` from the base `object` class."]]],[]]