public abstract class ChannelCredentialsConfiguratorBase : object
Base class for objects that can consume configuration from CallCredentials objects.
Note: experimental API that can change or be removed without any prior notice.
[[["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-05-02 UTC."],[[["`ChannelCredentialsConfiguratorBase` is an abstract base class for consuming configuration from `CallCredentials` objects within the `Grpc.Core` namespace."],["This is an experimental API that is subject to change or removal without prior notice."],["The class provides three abstract methods: `SetCompositeCredentials`, `SetInsecureCredentials`, and `SetSslCredentials`, allowing configuration of composite, insecure, and SSL credentials, respectively."],["`SetCompositeCredentials` method enables the configuration of credentials for a combination of channel credentials and call credentials, accepting parameters such as state, channel credentials, and call credentials."],["The methods `SetInsecureCredentials` and `SetSslCredentials` are used to set up insecure and Ssl credentials respectively, with the latter taking in a state, root certificates, key certificate pair, and a verify peer callback as parameters."]]],[]]