Searched refs:SslCredentials (Results 1 – 15 of 15) sorted by relevance
/third_party/grpc/src/csharp/Grpc.Core.Api/ |
D | SslCredentials.cs | 39 public sealed class SslCredentials : ChannelCredentials class 50 public SslCredentials() : this(null, null, null) in SslCredentials() method in Grpc.Core.SslCredentials 58 public SslCredentials(string rootCertificates) : this(rootCertificates, null, null) in SslCredentials() method in Grpc.Core.SslCredentials 67 public SslCredentials(string rootCertificates, KeyCertificatePair keyCertificatePair) : in SslCredentials() method in Grpc.Core.SslCredentials 79 …public SslCredentials(string rootCertificates, KeyCertificatePair keyCertificatePair, VerifyPeerCa… in SslCredentials() method in Grpc.Core.SslCredentials
|
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/ |
D | TestCredentials.cs | 63 public static SslCredentials CreateSslCredentials() in CreateSslCredentials() 65 return new SslCredentials(File.ReadAllText(ClientCertAuthorityPath)); in CreateSslCredentials()
|
D | SslCredentialsTest.cs | 58 …var clientCredentials = new SslCredentials(rootCert, clientAddKeyCertPair ? keyCertPair : null, ve… in InitClientAndServer()
|
D | InteropClient.cs | 116 …dentials = options.UseTestCa.Value ? TestCredentials.CreateSslCredentials() : new SslCredentials(); in CreateCredentialsAsync()
|
/third_party/grpc/src/csharp/Grpc.Auth/ |
D | GoogleGrpcCredentials.cs | 78 … return ChannelCredentials.Create(new SslCredentials(), googleCredential.ToCallCredentials()); in ToChannelCredentials()
|
/third_party/grpc/src/csharp/Grpc.Core.Tests/ |
D | ChannelCredentialsTest.cs | 51 var creds = new SslCredentials(); in ChannelCredentials_NativeCredentialsAreReused()
|
/third_party/grpc/src/csharp/Grpc.Core/ |
D | ForwardedTypes.cs | 71 [assembly:TypeForwardedToAttribute(typeof(SslCredentials))]
|
/third_party/grpc/src/android/test/interop/app/src/main/cpp/ |
D | grpc-interop.cc | 34 credentials = grpc::SslCredentials(grpc::SslCredentialsOptions()); in GetClient()
|
/third_party/grpc/test/cpp/util/ |
D | cli_credentials.cc | 139 return grpc::SslCredentials(ssl_creds_options); in GetChannelCredentials()
|
D | test_credentials_provider.cc | 95 return grpc::SslCredentials(ssl_opts); in GetChannelCredentials()
|
D | create_test_channel.cc | 46 return grpc::SslCredentials(SslCredentialsOptions()); in GetChannelCredentials()
|
D | grpc_tool_test.cc | 142 grpc::SslCredentials(grpc::SslCredentialsOptions(ssl_opts)); in GetChannelCredentials()
|
/third_party/grpc/include/grpcpp/security/ |
D | credentials_impl.h | 165 std::shared_ptr<ChannelCredentials> SslCredentials(
|
D | credentials.h | 182 std::shared_ptr<ChannelCredentials> SslCredentials(
|
/third_party/grpc/src/cpp/client/ |
D | secure_credentials.cc | 120 std::shared_ptr<ChannelCredentials> SslCredentials( in SslCredentials() function
|