public static ChannelCredentials SecureSsl { get; }
Returns instance of credentials that provides SSL security.
These credentials are the same as creatingSslCredentialswithout parameters.
Apps that are using Grpc.Core can createSslCredentialsdirectly to customize
the secure SSL credentials.
public abstract 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\u003eChannelCredentials\u003c/code\u003e is an abstract class used to manage client-side security for gRPC channels.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eInsecure\u003c/code\u003e property provides credentials for creating an unencrypted channel without any security.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSecureSsl\u003c/code\u003e property offers SSL security, equivalent to creating \u003ccode\u003eSslCredentials\u003c/code\u003e without parameters.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreate\u003c/code\u003e method allows combining channel credentials with call credentials to construct composite credentials.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eInternalPopulateConfiguration\u003c/code\u003e is a method for internal use to configure the channel credentials and should not be used by end users.\u003c/p\u003e\n"]]],[],null,[]]