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 for creating secure client-side channels.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two static properties, \u003ccode\u003eInsecure\u003c/code\u003e for unencrypted channels and \u003ccode\u003eSecureSsl\u003c/code\u003e for SSL secured channels.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreate\u003c/code\u003e method allows the composition of channel credentials with call credentials to produce a new instance of \u003ccode\u003eChannelCredentials\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThere is an abstract \u003ccode\u003eInternalPopulateConfiguration\u003c/code\u003e method used internally to populate a channel credentials configurator with the instance's configuration.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSslCredentials\u003c/code\u003e is a derived type from the \u003ccode\u003eChannelCredentials\u003c/code\u003e class, allowing for customizable secure SSL credentials.\u003c/p\u003e\n"]]],[],null,[]]