Creates client-side SSL credentials loaded from
disk file pointed to by the GRPC_DEFAULT_SSL_ROOTS_FILE_PATH environment variable.
If that fails, gets the roots certificates from a well known place on disk.
public override void InternalPopulateConfiguration(ChannelCredentialsConfiguratorBase configurator, object state)
Populates channel credentials configurator with this instance's configuration.
End users never need to invoke this method as it is part of internal implementation.
[[["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-09-04 UTC."],[[["\u003cp\u003e\u003ccode\u003eSslCredentials\u003c/code\u003e is a class for client-side SSL credentials within the Grpc.Core library, inheriting from \u003ccode\u003eChannelCredentials\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers various constructors to create SSL credentials, including options for loading from disk, using PEM encoded root certificates, or employing a key-certificate pair.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSslCredentials\u003c/code\u003e provides properties to access the client-side \u003ccode\u003eKeyCertificatePair\u003c/code\u003e and the PEM encoded \u003ccode\u003eRootCertificates\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt has an \u003ccode\u003eInternalPopulateConfiguration\u003c/code\u003e method that populates a \u003ccode\u003eChannelCredentialsConfiguratorBase\u003c/code\u003e with the current instance's configuration, a method that is part of internal implementation.\u003c/p\u003e\n"]]],[],null,[]]