Searched defs:SslCredentials (Results 1 – 2 of 2) sorted by relevance
110 public sealed class SslCredentials : ChannelCredentials class120 public SslCredentials() : this(null, null) in SslCredentials() method in Grpc.Core.SslCredentials128 public SslCredentials(string rootCertificates) : this(rootCertificates, null) in SslCredentials() method in Grpc.Core.SslCredentials137 public SslCredentials(string rootCertificates, KeyCertificatePair keyCertificatePair) in SslCredentials() method in Grpc.Core.SslCredentials
78 std::shared_ptr<ChannelCredentials> SslCredentials( in SslCredentials() function