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"]],[["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."],[[["\u003cp\u003e\u003ccode\u003eChannelCredentialsConfiguratorBase\u003c/code\u003e is an abstract base class for consuming configuration from \u003ccode\u003eCallCredentials\u003c/code\u003e objects within the \u003ccode\u003eGrpc.Core\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThis is an experimental API that is subject to change or removal without prior notice.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides three abstract methods: \u003ccode\u003eSetCompositeCredentials\u003c/code\u003e, \u003ccode\u003eSetInsecureCredentials\u003c/code\u003e, and \u003ccode\u003eSetSslCredentials\u003c/code\u003e, allowing configuration of composite, insecure, and SSL credentials, respectively.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSetCompositeCredentials\u003c/code\u003e 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.\u003c/p\u003e\n"],["\u003cp\u003eThe methods \u003ccode\u003eSetInsecureCredentials\u003c/code\u003e and \u003ccode\u003eSetSslCredentials\u003c/code\u003e 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.\u003c/p\u003e\n"]]],[],null,[]]