[[["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-07-18 UTC."],[[["The `KeyCertificatePair` class represents a pair of a certificate chain and a private key, both in PEM encoding."],["It is part of the `Grpc.Core` namespace and is found within the `Grpc.Core.Api.dll` assembly."],["The class constructor `KeyCertificatePair(string certificateChain, string privateKey)` is used to create a new instance with a PEM encoded certificate chain and private key."],["It includes properties to access the `CertificateChain` and `PrivateKey`, both of which are strings containing PEM encoded data."],["The class inherits from the `object` class and inherits standard methods such as `Equals`, `GetHashCode`, `GetType`, `ReferenceEquals`, and `ToString`."]]],[]]